Convert document to markdown
convert_document_to_markdownConvert a document you already have (PDF, DOCX, HTML, plain text) to clean, LLM-ready markdown. Pass the file contents as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64 | Yes | Base64-encoded file contents | |
| filename | No | Original filename, e.g. report.pdf — helps format detection |