fetch_iiif_image_region
Extract specific regions from IIIF images using percentage coordinates for detailed analysis. Retrieve high-resolution image sections to support accurate description and examination tasks.
Instructions
Retrieve a specific region of a IIIF image using percentage coordinates, with the region scaled to roughly 1M pixels total area. Use this to fetch regions of interest at higher detail for more accurate image description and analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUri | Yes | Base URI of the IIIF Image API resource (without /info.json) | |
| region | Yes | Region in pct: format (e.g., 'pct:20,20,50,50' for x,y,width,height as percentages) |