read_pdf_page
Extract text content from a specific page of a PDF file by providing the file path and page number.
Instructions
Read text content from a specific PDF page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the PDF file | |
| page_number | Yes | Page number to read (1-indexed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |