read_page
Read the full text of a specific page from an indexed PDF to access content around search matches. Use after search for clear page content.
Instructions
Read the full text of a specific page from an indexed PDF.
Use after search() to read the complete page content around a match. If the result contains garbled text, broken symbols, or unreadable formulas, use read_page_image() instead — it renders the page as a PNG that preserves formulas, diagrams, and tables exactly. For tables and dense data, crop to the relevant region to read values reliably.
Args: filename: PDF filename exactly as shown in search results. page: 1-based page number. subfolder: Subfolder as shown in search results. Required when duplicate filenames exist; pass "" for the root folder.
Returns: Full extracted text of the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| page | Yes | ||
| subfolder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |