get_document_ocr_rects
Retrieve OCR bounding boxes with text and normalized coordinates per page. Optionally limit to a specific page.
Instructions
Get OCR bounding boxes for a document: per-rect page index, recognised text and x/y/width/height in normalized page coordinates. Optionally filter by page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional: limit to a single page index. | |
| document_id | Yes | Document ID. |