pdf_get_page
Retrieve the complete extracted text of a specific page from an ingested PDF by providing its document ID and page number.
Instructions
Get the full extracted text for a specific page of an ingested PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID returned by pdf_ingest or pdf_list_documents. | |
| page_num | Yes | Page number (1-indexed). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||