convert_file
Convert files from over 29 formats—including PDFs, Office documents, and audio—into structured Markdown. Provide a file path or base64 content.
Instructions
Convert a file to Markdown using MarkItDown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the file to convert | |
| file_content | No | Base64 encoded file content (alternative to file_path) | |
| filename | No | Original filename when using file_content |