read_pdf
Extract text content from PDF files. Optionally read specific pages by specifying a page range.
Instructions
Extract text content from a PDF file. Optionally specify page range (e.g., "1-5" or "1,3,5").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the PDF file | |
| pageRange | No | Optional page range (e.g., "1-5", "1,3,5-10") |