📊 Full opportunity report: AI In Action: Baidu’s OCR Reads 40 Pages In One Pass — Here’s How on ThorstenMeyerAI.com — validation score, market gap, and execution plan.
TL;DR
Baidu has open-sourced Unlimited-OCR, a 3-billion-parameter AI model capable of reading 40+ pages in one forward pass. This breakthrough improves long-document OCR efficiency and challenges existing models.
Baidu has introduced Unlimited-OCR, a new AI-powered optical character recognition model that can process over 40 pages in a single pass. This development marks a significant step forward in document processing, especially for applications requiring long or complex documents to be read efficiently without splitting or page-by-page analysis. The model is open-sourced under an MIT license, making it accessible for widespread use and experimentation.
The model, based on a 3-billion-parameter architecture, was released on June 22, 2026, with a detailed technical report published the following day. It leverages a novel mechanism called Reference Sliding Window Attention (R-SWA), which replaces traditional linear attention caching with a fixed-size memory, allowing the model to read multi-page documents in a single forward pass without memory growth. This architecture enables the processing of dozens of pages simultaneously, maintaining constant latency and GPU memory use, unlike previous models that slowed down or required splitting documents into pages.
Performance metrics from Baidu’s internal benchmarks show that Unlimited-OCR outperforms previous models like DeepSeek-OCR in key document understanding tasks, achieving a 12.7% increase in token processing speed. On the OmniDocBench benchmark, it scores 93.23 overall, with notable improvements in text edit distance, formula accuracy, and table recognition, especially in long documents. Despite some claims circulating online, Baidu clarified that the model has approximately 8,400 downloads in the past month, not the 1.9 million often cited in viral posts. The model supports multiple deployment options, including Transformers, vLLM, SGLang, and Docker, and is compatible with community quantizations for various platforms.
One pass. Whole document.
What Unlimited-OCR actually changes.
Baidu’s MIT-licensed 3B model (0.5B active) parses 40+ pages in a single forward pass inside a 32K context. The breakthrough is memory architecture — not peak accuracy, and not the download numbers going around.
Split → OCR each page → stitch. Cross-page tables break. References die. KV cache grows every token.
One forward pass, constant KV cache, flat latency. “Soft forgetting” via a sliding window over its own output.
OmniDocBench v1.5 — where it really sits
Cost at 1M pages / month (plain OCR tier)
| Option | List price / 1K pages | Monthly | What you’re buying |
|---|---|---|---|
| AWS Textract (forms) | $65.00 | $65,000 | Forms + tables extraction |
| Azure prebuilt / Google prebuilt | $10.00 | $10,000 | Typed fields, schemas, SLA |
| Mistral OCR 4 (batch) | $2.00 | $2,000 | Bounding boxes, confidence, self-host option |
| Azure Read | $1.50 | $1,500 | Plain OCR, MS ecosystem |
| Google Doc AI Read | $0.65 | $650 | Plain OCR, GCP ecosystem |
| Unlimited-OCR, local | $0 + watts | hardware amort. | Markdown out, DSGVO-clean, zero data transfer |
List prices, June 2026 (Parsli, AI Productivity, Mistral). Real cloud bills run 25–35% above list once storage + orchestration land. Local wins on cost only above meaningful volume.
- “1.9M+ downloads”: the Hugging Face model card showed ~8,400 downloads/month in late July 2026. Popular, yes. 1.9M, no.
- “SOTA”: only vs its own DeepSeek-OCR baseline. Baidu’s own 0.9B PaddleOCR-VL 1.5 (94.5) and GLM-OCR (94.6) score higher — page-by-page.
- “Unlimited”: it’s a 32K context with a sliding output window. Book-length inputs still get chunked. Brand name, not spec sheet.
- “Killed the OCR business”: it outputs markdown. No key-value extraction, no bounding boxes, no SLA. Cloud APIs sell those, not OCR.
- Apple Silicon: reference tooling is CUDA-first. GGUF quants exist, but verify one-shot multi-page mode survives the llama.cpp port before building on it.
Bull — self-host when
Volume >100K pages/mo · documents you cannot send to a US cloud (DSGVO, legal, medical, due diligence) · long documents where cross-page tables and references matter. Then the one-shot pass is a quality edge no page-splitting pipeline matches.
Bear — pay the API when
You need structured JSON, not markdown · volume is low ($20/mo beats a week of engineering) · inputs are crumpled phone photos (DeepSeek-family models drop to the low 70s on degraded scans) · someone must be contractually accountable.

Brother DS-640 Compact Mobile Document Scanner, (Model: DS640)
FAST SPEEDS – Scans color and black and white documents a blazing speed up to 16ppm (1). Color…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Implications for Long-Document OCR Efficiency
This development represents a major advancement in OCR technology, especially for industries dealing with lengthy or complex documents, such as legal, academic, or governmental sectors. By enabling a single-pass reading of multi-page documents, it reduces processing time, improves accuracy in cross-referencing, and simplifies pipeline architecture. The open-source nature of Unlimited-OCR also allows researchers and developers to build on this architecture, potentially accelerating innovation in AI-based document analysis.

NetumScan 13MP Book Document Camera for Teachers,Capture Size A3/A4
➤Smart and Easy Scanning – This document scanner has a one-key automatic correction feature that intelligently fixes skewed…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Baidu’s OCR Evolution and Industry Benchmarks
Prior to this release, OCR models typically processed documents page-by-page, which introduced challenges like loss of context across pages, errors in reading order, and increased processing time. Baidu’s earlier models, such as DeepSeek-OCR, laid the groundwork with attention mechanisms but faced limitations in scaling to long documents due to linear memory growth. The emergence of models like PaddleOCR-VL and Zhipu’s GLM-OCR provided high accuracy on individual pages but still relied on splitting documents. Baidu’s new architecture addresses these issues directly, offering a practical solution for seamless long-document reading, as validated by internal benchmarks and comparisons with existing models.
“Unlimited-OCR demonstrates that fixed memory attention mechanisms can revolutionize long-document OCR, enabling true single-pass processing without sacrificing accuracy.”
— Baidu Research Team

NetumScan 13MP Book Document Camera for Teachers,Capture Size A3/A4
➤Smart and Easy Scanning – This document scanner has a one-key automatic correction feature that intelligently fixes skewed…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Model Performance and Adoption
While Baidu’s internal benchmarks are promising, it is not yet clear how Unlimited-OCR will perform in diverse, real-world environments outside controlled tests. The actual accuracy on external datasets, long-term robustness, and how it compares with commercial cloud OCR solutions remain to be validated. Additionally, the impact of the model’s open-source release on the competitive landscape and industry adoption is still developing, with some industry players awaiting further independent evaluations.

CZUR Aura Pro Book & Document Scanner,Capture A3 & A4, Auto-Flatten & Deskew Powered by AI Technology, Foldable & Portable, Compatible with Windows & Mac OS
Compatibility: Work with macOS 10.13 or later AND Windows XP/7/8/10/11
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for Deployment and Industry Impact
Baidu is expected to continue refining Unlimited-OCR and provide broader testing results. Industry adoption may increase as organizations evaluate the model’s capabilities in practical applications, especially in sectors requiring long-document analysis. Future updates could include optimized deployment tools, expanded benchmarks, and community-driven improvements. Monitoring how competitors respond with similar innovations will also be key to understanding the broader impact of this breakthrough.
Key Questions
How does Unlimited-OCR process multiple pages in one pass?
It uses a novel attention mechanism called Reference Sliding Window Attention (R-SWA), which maintains a fixed-size memory, allowing the model to read and process dozens of pages simultaneously without increasing memory use or latency.
Can Unlimited-OCR be used on standard hardware?
Yes, the model is designed to run on common hardware setups, supporting Docker and community quantizations, making it accessible for local deployment without requiring specialized infrastructure.
How does its accuracy compare with existing OCR models?
On internal benchmarks, Unlimited-OCR scores slightly below the highest page-by-page models like PaddleOCR-VL and GLM-OCR but offers significant advantages in processing long documents in one pass, which those models do not support efficiently.
Will this model be integrated into commercial OCR services?
It is not yet confirmed, but Baidu’s open-source release suggests potential for integration into both open-source projects and commercial products, depending on industry demand and further validation.
Source: ThorstenMeyerAI.com