TL;DR
Baidu has open-sourced Unlimited-OCR, a large-scale AI model that can process entire multi-page documents in one go, marking a significant advancement in PDF reading technology. This development challenges existing OCR paradigms by offering constant memory use and faster processing.
Baidu has officially open-sourced Unlimited-OCR, a 3-billion-parameter AI model designed to parse entire multi-page documents—including PDFs—in a single forward pass. This breakthrough, announced on June 22, 2026, offers a new approach to OCR technology, with potential implications for document processing efficiency and self-hosted AI deployment.
The model, released under an MIT license and available on Hugging Face, is based on Baidu’s existing DeepSeek-OCR architecture, enhanced with a novel mechanism called Reference Sliding Window Attention (R-SWA). This innovation replaces the traditional linear growth of memory during decoding with a fixed, constant memory footprint, enabling the processing of dozens of pages in one pass without performance degradation.
According to Baidu’s technical report, Unlimited-OCR achieves a throughput of approximately 5,580 tokens per second on OmniDocBench, outperforming the previous DeepSeek-OCR model by about 12.7%. Its accuracy on benchmark tests, such as OmniDocBench v1.5 and v1.6, places it at the top of end-to-end document parsing rankings, with scores exceeding 93%. Notably, the model excels in long-document tasks, maintaining low error rates across 20- and 40-page tests, with an edit distance below 0.11.
Contrary to viral claims, Baidu clarifies that the model has approximately 8,400 downloads in recent months, not 1.9 million, and that it is less a radical departure than an architectural refinement of existing models. It is compatible with various deployment frameworks, including Transformers, vLLM, and Docker, and supports community quantizations for Llama.cpp, Ollama, and LM Studio.
Implications for Document Processing and AI Deployment
This development represents a significant step forward in OCR technology, especially for long and complex documents. By enabling a single-pass, multi-page parse with fixed memory and constant latency, it reduces the need for splitting PDFs into individual pages, thus improving accuracy for cross-page references and reading order. For organizations and developers, this means more efficient, self-hosted solutions that can handle large documents without extensive infrastructure or cloud reliance.
Furthermore, the architectural improvements challenge the narrative that only cloud giants can deliver high-performance OCR, positioning Baidu’s model as a competitive, open-source alternative suitable for various deployment scenarios. This could accelerate innovation and adoption across industries such as legal, academic, and enterprise document management.
PDF OCR scanner with multi-page processing
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Baidu’s OCR Evolution and Industry Trends
Prior to this release, Baidu’s OCR efforts included PaddleOCR-VL and other models that achieved high benchmark scores by processing pages independently. The innovation with Unlimited-OCR builds on Baidu’s existing DeepSeek-OCR lineage, which has been influential in Chinese OCR research. The broader industry has seen increasing interest in models capable of handling entire documents, driven by the limitations of traditional page-by-page OCR, which struggles with tables, cross-references, and reading order.
The announcement coincides with a growing movement toward open, self-hosted AI models that prioritize efficiency, transparency, and reproducibility, countering the dominance of cloud-only solutions from companies like Google, Microsoft, and Amazon.
“Unlimited-OCR introduces a fixed-memory architecture that enables parsing entire multi-page documents in a single pass, significantly improving the efficiency of long-document OCR.”
— Baidu Research Team
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Model Performance and Adoption
While the technical report provides benchmark scores and performance metrics, it remains unclear how Unlimited-OCR performs on diverse real-world documents outside controlled tests. The actual adoption rate is modest compared to viral claims, and its effectiveness in specific industries or use cases needs further validation.
Additionally, the long-term stability, robustness across languages, and integration capabilities with existing workflows are still under evaluation. The impact of the model’s architecture on resource requirements in different hardware environments is also not fully known.
As an affiliate, we earn on qualifying purchases.
Next Steps for Baidu and the OCR Community
Baidu is expected to continue refining Unlimited-OCR, releasing updates and detailed evaluations across various document types. The community will likely test its capabilities in real-world applications, including legal, academic, and enterprise sectors.
Further independent benchmarking and user feedback will determine its competitiveness relative to other models like PaddleOCR-VL and Zhipu’s GLM-OCR. Developers and organizations may start experimenting with self-hosted implementations, leveraging the model’s open-source license for customized solutions.
As an affiliate, we earn on qualifying purchases.
Key Questions
What makes Unlimited-OCR different from previous OCR models?
Its key innovation is a fixed-memory architecture that allows parsing entire multi-page documents in one pass, maintaining constant latency and memory use regardless of document length.
Can I run Unlimited-OCR on my own hardware?
Yes, the model is available under an MIT license and supports deployment frameworks like Transformers, vLLM, and Docker, making self-hosting feasible.
How accurate is Unlimited-OCR compared to other models?
On benchmark tests, it scores over 93% on OmniDocBench v1.5 and v1.6, with particularly strong performance on long documents, though some models like PaddleOCR-VL and Zhipu’s GLM-OCR report slightly higher single-page scores.
Will this technology replace traditional page-by-page OCR?
It offers a more efficient alternative for long documents, reducing errors related to cross-page references and reading order, but may still be used alongside traditional methods depending on use case.
Source: ThorstenMeyerAI.com