get_pdf_pages
Extract text from specified pages of a PDF document by providing the file path and optional page numbers.
Instructions
Extract text from specific pages of a PDF file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .pdf file | |
| page_numbers | No | 0-indexed page numbers to extract. None for all pages. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |