get_page_text
Extract text from specific PDF pages without loading the entire file into context. Specify page ranges to read only what you need.
Instructions
Read full text from selected PDF pages without loading the entire document into context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| pages | No | Page ranges like "1-3,5" (default: all pages) | |
| max_chars_per_page | No | Maximum characters returned per page (default 50000) |