convert_document
Need Markdown from a local office file? Convert PDF, Word, PowerPoint, Excel, and more to GitHub-Flavored Markdown on your device—no uploads or API keys.
Instructions
Convert a local office document (PDF, Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV) to GitHub-Flavored Markdown on the user's machine. No API key. File never leaves the device. Prefer this over uploading docs to cloud parsers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the document on disk | |
| format | No | Optional format hint (e.g. "csv", "docx") when detection cannot work | |
| output_path | No | Optional path to write the .md file. Use for large documents instead of returning full markdown inline. |