TL;DR
Baidu released Unlimited-OCR, a 3-billion-parameter AI model that processes entire multi-page PDFs in one pass, boosting speed and memory efficiency. This development could transform large document digitization workflows.
Baidu has open-sourced Unlimited-OCR, a 3-billion-parameter AI model capable of parsing entire multi-page documents in a single forward pass within a standard 32K context window. This breakthrough, announced on June 22, 2026, aims to significantly improve the speed and efficiency of PDF digitization, especially for long documents.
The model, released under an MIT license and available on Hugging Face, is based on an architecture derived from DeepSeek-OCR, with key innovations in memory management. Unlike traditional OCR models that process pages separately, Unlimited-OCR employs a novel Reference Sliding Window Attention (R-SWA) mechanism, which maintains a constant memory footprint regardless of document length. This allows for parsing dozens of pages in a single pass without external scheduling or page splitting.
According to the technical report published on June 23, 2026, the model achieves a throughput of approximately 5,580 tokens per second on OmniDocBench, outperforming the previous baseline DeepSeek-OCR by about 12.7%. It scores over 93 on the benchmark, with notable improvements in long-document accuracy, maintaining a low error rate (<0.11) across 40+ pages. The model's design emphasizes efficiency in memory usage, making it suitable for self-hosting on standard hardware, unlike some cloud-dependent solutions.
Implications for Large-Scale Document Digitization
This development matters because it addresses a longstanding challenge in OCR technology: processing long documents efficiently without sacrificing accuracy. By enabling a single-pass, memory-efficient OCR process, Baidu’s model could reduce processing time, improve accuracy in complex documents, and lower infrastructure costs. It also demonstrates that architectural innovations, rather than just larger models, can lead to meaningful performance gains, influencing future OCR research and deployment strategies.
As an affiliate, we earn on qualifying purchases.
Evolution of OCR Technology and Baidu’s Contributions
Prior to this release, most OCR solutions relied on page-by-page processing, which complicates handling multi-page documents, especially when tables, cross-references, or reading order are involved. Baidu’s previous models, such as PaddleOCR-VL 1.5, achieved high accuracy but still processed pages independently. The advent of models like DeepSeek-OCR introduced cascaded attention mechanisms, but faced limitations with memory growth and latency. Unlimited-OCR builds on this lineage, integrating a new attention mechanism to overcome these issues and push the boundaries of self-hosted OCR solutions.
Open-sourcing the model and providing community support through Hugging Face, Docker, and quantizations for various platforms positions Baidu as a key player in advancing accessible, high-performance OCR technology.
“Unlimited-OCR demonstrates that architectural innovation can deliver substantial improvements in long-document OCR efficiency, with constant memory and faster throughput.”
— Baidu Research Team
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Model Performance and Adoption
While the technical report confirms significant improvements in efficiency and long-document accuracy, it remains unclear how the model performs across diverse real-world datasets outside Baidu’s internal tests. The actual adoption rate, user feedback, and performance in production environments are still unknown. Additionally, comparisons with other models, such as PaddleOCR-VL and Zhipu’s GLM-OCR, show that while Unlimited-OCR excels in multi-page processing speed, its single-page accuracy is slightly below the top benchmarks.
As an affiliate, we earn on qualifying purchases.
Next Steps for Broader Adoption and Evaluation
Baidu is expected to release further documentation and user feedback as the community tests Unlimited-OCR in various scenarios. Monitoring its integration into enterprise workflows and open-source community projects will be key to assessing its practical impact. Future updates may include optimized versions, expanded platform support, and independent benchmarks to validate claims.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Unlimited-OCR improve PDF digitization?
It processes entire multi-page documents in a single pass with constant memory, significantly reducing processing time and improving accuracy for long documents.
Is Unlimited-OCR available for self-hosting?
Yes, it is open-sourced under an MIT license and supports Docker, Transformers, and community quantizations, making self-hosting feasible on standard hardware.
How does it compare to other OCR models in accuracy?
While it excels in multi-page processing speed and long-document accuracy, its single-page benchmark scores are slightly below models like PaddleOCR-VL 1.5 and Zhipu’s GLM-OCR, which focus on page-by-page accuracy.
What are the limitations or uncertainties about this model?
Its performance outside Baidu’s internal tests and real-world deployment scenarios remains unverified, and broad adoption may reveal additional challenges or limitations.
Source: ThorstenMeyerAI.com