How to parse tables from pdf's

Reddit r/AI_Agents Tools

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.

My advice from testing extensively this month on tables: Convert the pdf's to pngs and then parse with gemini 3.1 pro and low thinking. You will not get better results elsewhere. I tried extend, reducto, landing. All suck. Do not feed pdf directly they shit the bed because pdf is a cursed, unstandardized format. OCR models on png's perform better. You will not get 100% accuracy, it's a pipe dream. But 95% is feasible. Hope you guys don't waste time like I did. Wish I went with gemini pro from the start.
Original Article

Similar Articles

@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)…

X AI KOLs Timeline

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.