read_pdf_text
Extract text from specific pages of a PDF document. Specify file path and page range to read content from PDF files.
Instructions
Read text content from PDF pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the PDF file | |
| start_page | No | Starting page number (1-indexed, default: 1) | |
| end_page | No | Ending page number (1-indexed, inclusive). If None, reads to end. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |