TL;DR
Baidu has open-sourced Unlimited-OCR, a 3-billion-parameter model that can process multi-page PDFs in a single forward pass within a standard 32K context window. This development marks a significant step in OCR technology, emphasizing memory efficiency and long-document reading capabilities.
Baidu has open-sourced Unlimited-OCR, a 3-billion-parameter optical character recognition model capable of parsing entire multi-page documents in a single pass. This advancement demonstrates a significant technical achievement, enabling efficient long-document reading on standard hardware, and challenges the narrative that AI can’t handle extensive PDFs in one go.
The model was released on June 22, 2026, under an MIT license, with a detailed technical report following the next day. It supports popular frameworks like Transformers, vLLM, SGLang, and Docker, and is available on Hugging Face under the name baidu/Unlimited-OCR. Built on a lineage stemming from DeepSeek-OCR, the model incorporates a novel mechanism called Reference Sliding Window Attention (R-SWA), which replaces traditional linear cache growth with a fixed-size cache. This innovation allows the model to process dozens of pages in a single forward pass without increasing memory or latency.
According to the technical report, Unlimited-OCR achieves a throughput of approximately 5,580 tokens per second on OmniDocBench, outperforming DeepSeek-OCR by about 12.7%. It scores highly on benchmarks like OmniDocBench v1.5 and v1.6, with an overall score of 93.92, and demonstrates strong performance on long documents, maintaining low error rates even at 40+ pages. However, it is not the highest scoring open OCR model; Baidu’s own PaddleOCR-VL and Zhipu’s GLM-OCR outperform it slightly on certain benchmarks.
Contrary to viral claims, the model has not achieved 1.9 million downloads on Hugging Face; as of late July 2026, it has approximately 8,400 downloads in the past month. The model’s main advantage lies in its architecture optimized for long-document processing rather than peak single-page accuracy, making it particularly suitable for applications requiring comprehensive, multi-page OCR.
Implications for Long-Document OCR Capabilities
This development signals a shift in OCR technology, emphasizing memory efficiency and the ability to process entire documents in a single pass. It challenges the reliance on page-by-page processing and opens new possibilities for industries that handle extensive documents, such as legal, academic, and governmental sectors. The open-source nature and compatibility with standard hardware make this model accessible for broader adoption, potentially reducing dependence on cloud-based OCR solutions.
As an affiliate, we earn on qualifying purchases.
Baidu’s OCR Progress and Industry Benchmarks
Prior to this release, OCR models typically processed documents page-by-page, with limitations in handling cross-page references and tables spanning multiple pages. Baidu’s previous models like DeepSeek-OCR laid groundwork with attention mechanisms but still faced scalability challenges. The new Reference Sliding Window Attention mechanism represents a targeted architectural improvement aimed at overcoming these limitations. The release follows a broader industry trend toward large, open models capable of handling complex, multi-page documents efficiently, competing with models from companies like Microsoft, Google, and Zhipu.
While claims of revolutionary breakthroughs circulated online, experts emphasize that the model’s key innovation is in memory management and efficiency, not necessarily in surpassing all benchmarks in accuracy. The model’s lineage and technical design roots it firmly in existing open-source OCR research, making it a notable but not unprecedented step forward.
“Baidu’s Unlimited-OCR showcases a significant architectural fix that enables processing entire multi-page documents in a single pass, emphasizing efficiency over raw accuracy.”
— Thorsten Meyer, AI researcher
As an affiliate, we earn on qualifying purchases.
Remaining Questions About Practical Deployment
While the model’s technical capabilities are confirmed, its performance in real-world, diverse document types and languages remains to be fully evaluated. It is unclear how it compares to proprietary cloud OCR solutions in accuracy and speed across various use cases. Additionally, the extent of its adoption outside research communities is still uncertain, as is the impact on existing OCR service providers.
As an affiliate, we earn on qualifying purchases.
Next Steps for Evaluation and Adoption
Industry experts and early adopters will likely test the model across different document types, languages, and operational environments. Baidu may release further updates or optimized versions, and integration into commercial OCR pipelines could follow. Monitoring the community’s feedback and independent benchmark results will be key to understanding its practical impact.
As an affiliate, we earn on qualifying purchases.
Key Questions
Can Unlimited-OCR process any type of document?
While it is designed for multi-page documents, its performance may vary depending on document complexity and language. Further testing is needed to confirm its versatility in real-world scenarios.
How does it compare to existing OCR models in accuracy?
On benchmarks like OmniDocBench, it scores slightly lower than Baidu’s PaddleOCR-VL and Zhipu’s GLM-OCR, but excels in processing long documents in a single pass, which those models typically do not support.
Is the model available for commercial use?
Yes, it is open-sourced under the MIT license and available on Hugging Face, making it accessible for integration into various applications.
Will this replace cloud OCR services?
Potentially in some use cases, especially where long-document processing efficiency is critical, but it may complement rather than fully replace cloud solutions, depending on accuracy and language support.
What are the limitations of this model?
It may not outperform specialized models on single-page accuracy, and its performance on complex or non-Latin scripts remains to be fully tested.
Source: ThorstenMeyerAI.com