read_pages
Extract text from specific pages of a PDF file. Provide the file path and starting page number to read content, with an optional ending page.
Instructions
Read text content from specific pages of a PDF file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_page | No | Ending page number (1-based, optional) | |
| file_path | Yes | Path to the PDF file to read | |
| start_page | Yes | Starting page number (1-based) |