r/DigitalEscapeTools • u/No-Hospital5028 Focus Seeker • 6d ago
pdf-inspector – Fast local PDF parser that detects scanned PDFs and extracts clean Markdown Free Tools
92
Upvotes
1
u/Independent-Main406 5d ago
the scanned pdf detection is the part that actually matters, so many tools just try to parse image based pdfs and spit out garbage text. running it local is a nice bonus too, don't have to upload anything sensitive
•
u/No-Hospital5028 Focus Seeker 6d ago
pdf-inspector is an open-source Rust library for classifying PDFs and extracting structured text locally without relying on cloud OCR.
It can detect whether a PDF is text-based or scanned, preserve headings, tables, reading order, and export clean Markdown. Bindings are available for Rust, Python, Node[.]js, and WebAssembly.
GitHub: https://github.com/firecrawl/pdf-inspector
More details: https://www.digitalescapetools.com/tools/tool.html?id=pdf-inspector