Get Page Image
transkribus_page_get_imageFetch a Transkribus page scan as an image content block so multimodal clients can read the manuscript; defaults to thumbnail, supports full-resolution with a byte cap.
Instructions
Return the scanned image of a page as an image content block, so a multimodal client can read the manuscript itself. Defaults to the thumbnail and a 5000000-byte cap; ask for size "full" to get the full-resolution scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID | |
| page | Yes | Page number | |
| size | No | Which image to fetch (default "thumb") | |
| collId | Yes | Collection ID | |
| maxBytes | No | Reject an image larger than this many bytes (default 5000000) |