Hacker News new | ask | show | jobs
Show HN: Pdf-to-Markdown CLI
6 points by MartinMond 75 days ago
Hi HN! I'm proud to share that we've launched a free PDF-to-Markdown CLI built on our proprietary (you might know it from PSPDFKit) engine.

Most extractors are either fast but lose structure (markitdown, pymupdf4llm) or accurate but slow (docling). Ours ties with docling on accuracy but is orders of magnitude faster.

https://github.com/pspdfkit/pdf-to-markdown

We'd love feedback on it, and ofc send us files that break it.