process_pdf
Detect PDF type, extract text, and convert pages to Markdown for inspection.
Instructions
Full PDF processing: detect type, extract text, and convert to Markdown.
Args: path: Absolute path to a PDF file on the local filesystem. data: Base64-encoded PDF bytes. pages: Optional list of 0-indexed page numbers to process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| path | No | ||
| pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |