read_pages
Extract text from a specific PDF page range when chapters are too large. Specify file path, start page, and end page to read only the pages you need.
Instructions
Read text content from a specific page range. Use this for fine-grained control or when chapters are too large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_page | Yes | End page number (1-based, inclusive) | |
| file_path | Yes | Absolute path to the PDF file | |
| start_page | Yes | Start page number (1-based) |