Hacker News new | ask | show | jobs
Show HN: PDF to Markdown that preserves layout, images, and tables (pdftomarkdown.pro)
6 points by matthewshere 164 days ago
I built this because I often need clean Markdown from PDFs for writing, documentation, and LLM workflows.

Most existing tools either flatten everything into text or rely purely on OCR. I wanted something that preserves structure and is actually usable in Markdown.

Feedback welcome.