convert_pdf_to_markdown
Convert documents (PDF, Word, PPT, images, HTML) to Markdown format. Features OCR and automatic recognition of tables and formulas.
Instructions
Alias for convert_to_markdown. Same one-step workflow for Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the document. Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML | |
| model_version | No | Model version (auto-detected) | vlm |
| poll_interval | No | Seconds between status checks (default: 10) | |
| max_wait_seconds | No | Maximum time to wait for completion (default: 300) |