get_document_text
Extracts OCR text from a document, organized by page. Provide a document ID and optionally a page number to retrieve the text.
Instructions
Get the full OCR text content of a document. Returns text organized by page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional: specific page number (1-based). Omit for all pages. | |
| document_id | Yes | Document ID (from search results) |