How to parse tables from pdf's
Summary
Advice on parsing tables from PDFs by converting to PNGs and using Gemini 3.1 Pro with low thinking, claiming 95% accuracy. Other tools like Extend, Reducto, Landing are poor for this task.
Similar Articles
@jerryjliu0: LiteParse, our OSS document parser, is really good at parsing complex PDF layouts, text, and tables into a clean spatia…
LiteParse is an open-source, heuristic-based PDF parser that quickly converts complex layouts, text, and tables into a clean spatial grid without relying on ML models.
What are you using to preprocess pdfs before feeding them to a local model?
A user seeks recommendations for PDF preprocessing tools to improve input quality for local LLM-based document QA, comparing pymupdf, pdfplumber, docling, and llamaparse for handling messy layouts like tables and multi-column text.
@knowledgefxg: Practical Open-Source Tool Recommendation: pdf-inspector solves a very real problem: not all PDFs need OCR. For example, you throw a PDF at it, and it first determines what type of PDF it is—whether it's a normal text-based version (e.g., exported from Word) or a scanned version (image)…
pdf-inspector is an open-source Rust library for intelligently classifying PDF types (text or scanned), extracting text, and converting to Markdown, avoiding unnecessary OCR to improve speed and save costs.
PDFs in your workflow is burning around your 3xtokens , save them for free using Microsoft's Markitdown
Microsoft's Markitdown tool converts PDFs to markdown, saving tokens and cost when feeding documents to AI models like Claude, but requires caution with scanned PDFs, charts, and complex tables.
@jerryjliu0: Parse PDFs at lightspeed (this video is at 1x) Absolute cinema
Jerry Liu announces LiteParse v2, a Rust-based PDF parser that is claimed to be the fastest and most accurate open-source, model-free PDF parser available.