The Promise I Made to Myself
In my last post about building the PDF to Markdown converter , I listed some “what’s next” ideas at the end. One of them was:
FastAPI wrapper: Create an HTTP API for web apps to use
Well, I did it. And I went a step further — I built a full drag-and-drop web UI on top of it.
The CLI still works exactly as before. This is an addition, not a replacement. But now when I want to convert a batch of PDFs without thinking about terminal commands, I just open a browser tab.