pdf_convert_to_markdown
Extract text from PDF files and format it into Markdown using heuristic rules.
Instructions
Extract text from a PDF file and apply heuristics to format it into Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileData | No | Base64 encoded PDF file data. | |
| filePath | No | Local filesystem path to the PDF file. |