Get Document Plaintext
transkribus_doc_get_plaintextRetrieve the plain transcribed text of an entire document, with page separators, in one call. Use start/end pages and character limits to fetch long documents in chunks.
Instructions
Get the transcribed text of a whole document in one call, with "--- page N ---" separators. Fetches at most 100 pages and 100000 characters per call; when more remain, the result carries nextStartPage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID | |
| collId | Yes | Collection ID | |
| endPage | No | Last page to include, inclusive (default: the document's last page) | |
| maxChars | No | Character budget for the returned text, separators included (default 100000) | |
| startPage | No | First page to include (default: the document's first page) |