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

nvidia/NVIDIA-Nemotron-Parse-2.0 · Hugging Face

Reddit r/LocalLLaMA

NVIDIA releases Nemotron Parse 2.0, a document image parsing model that converts scanned PDFs and images into structured text with layout, bounding boxes, and reading order, adding multilingual OCR improvements and chart-aware parsing.