convert_file
Convert files to Markdown format using Microsoft's MarkItDown library, supporting PDFs, Office documents, audio, and other formats for AI processing.
Instructions
Convert a file to Markdown using MarkItDown
Input Schema
TableJSON 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 |