markitdown - convert most things to markdown

your uploaded file is removed from my server after it has been converted. the generated .md files are never saved as a file and are just returned as text to your browser
The file size limit is currently 1GB. Any larger than this and my web server will reject it and return a bad gateway.
how to:
Click the button below to select the file on your device and this page will spit out a markdown file.
what can it convert?
- PowerPoint
- Word
- Excel
- Images (EXIF metadata and OCR)
- Audio (EXIF metadata and speech transcription)
- HTML
- Text-based formats (CSV, JSON, XML)
- ZIP files (iterates over contents)
- Youtube URLs
- EPubs
- ... and more!
(taken from the markitdown GitHub page linked below)
how do?
It uses Microsoft's markitdown behind a simple Python Flask API to wooosh it over here.
