Baidu just open-sourced an OCR model that reads entire 40-page documents in one shot.
It's called Unlimited-OCR. 3 billion parameters but only 500 million active during inference. Runs 100% locally on your machine.
Why this matters: traditional OCR tools chop documents page by page. Tables that span two pages break. Reading order gets lost. Cross-page context disappears.
Unlimited-OCR processes the whole document at once. 32K context window. Text, formulas, tables, reading order all preserved across pages.
Output comes out as clean structured Markdown.
→ 93% accuracy on the standard benchmark. +6 points over the baseline.
→ Error rate stays below 0.11 even past 40 pages.
→ Multilingual out of the box.
→ 2.12 million downloads on Hugging Face last month. 14,600 GitHub
stars.
For context: Amazon Textract, Google Cloud Vision, and Azure Document Intelligence all charge per page. This runs locally for free.
Video