MDFlux - a desktop GUI I built on top of MarkItDown #2154
ibrahimqureshae
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks. Sharing a project I built on top of MarkItDown, in case it's useful.
The conversion engine is MarkItDown under the hood, so on clean files the output is basically identical. What I added is everything around it that the library didn't give me.
The main pain points I hit using MarkItDown directly:
Plus a few smaller things: cleanup modes (Off, rule-based, or AI via local Ollama or your own API key), local audio transcription (faster-whisper), self-provisioning of all dependencies on first launch (hash-pinned, no system binaries), and local-first by default (no cloud, no API key).
Repo + download (Windows x64 portable zip): https://github.com/ibrahimqureshae/mdflux
MIT, contributions welcome. If any of the wrapper pieces (OCR wiring, batch concurrency, self-provisioning, the Tauri + sidecar architecture) would be useful to fold back upstream or worth a write-up, happy to discuss. Thanks for the great work of contributors here!
Beta Was this translation helpful? Give feedback.
All reactions