A web-based graphical user interface (GUI) for the markitdown tool, styled with a classic 90s OS desktop aesthetic.
It allows you to convert local files (PDFs, Word documents, Excel spreadsheets, images, zip files, and audio) and web URLs into clean, structured Markdown. It features an interactive side-by-side Markdown editor and live preview.
-
Install the required dependencies:
pip install -r requirements.txt
-
Start the Flask application:
python app.py
-
Open http://localhost:5001 in your browser.