📊 Full opportunity report: Baidu’s AI OCR Explained: The Key To Faster Document Conversion on ThorstenMeyerAI.com — validation score, market gap, and execution plan.
TL;DR
Baidu has open-sourced Unlimited-OCR, a large AI model that processes entire multi-page documents in one pass with constant memory usage. This marks a significant technical advancement in OCR technology, especially for long documents. The development challenges misconceptions about OCR progress and highlights new possibilities for self-hosted solutions.
Baidu has open-sourced Unlimited-OCR, a 3-billion-parameter AI model designed to process entire multi-page documents in a single forward pass. This breakthrough, announced on June 22, 2026, offers faster document conversion with fixed memory use, challenging existing assumptions about OCR capabilities and self-hosted model limitations.
The Unlimited-OCR model is based on an architecture derived from DeepSeek-OCR, incorporating a novel Reference Sliding Window Attention (R-SWA) mechanism that prevents the linear growth of memory typically associated with decoder-based OCR models. Unlike traditional models that slow down or require splitting documents into pages, Unlimited-OCR maintains constant latency and GPU memory, even on lengthy documents spanning dozens of pages.
According to the technical report, the model achieves a processing speed of approximately 5,580 tokens per second, surpassing DeepSeek-OCR’s 4,951 tokens/sec and demonstrating about 35% faster performance at longer output lengths. Its accuracy on benchmarks like OmniDocBench v1.5 is high, scoring 93.23 overall, with improvements in text edit distance, formula recognition, and table TEDS compared to previous models. For long documents, tests show a low error rate (below 0.11) even at 40 pages, though these are based on internal datasets.
Contrary to viral claims of 1.9 million downloads, the model’s actual recent download count on Hugging Face is approximately 8,400, indicating high but not viral adoption. The model is open-sourced under the MIT license, supporting various deployment frameworks and community quantizations.
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 and Self-Hosting
This development demonstrates that high-performance, self-hosted OCR models capable of processing entire multi-page documents in a single pass are now feasible. The fixed memory and constant latency features reduce infrastructure costs and simplify workflows, especially for industries handling large volumes of lengthy documents. It also challenges the narrative that only cloud-based solutions can achieve such capabilities, opening new avenues for enterprise and research applications.
Furthermore, the architectural improvements, especially R-SWA, could influence future AI model designs beyond OCR, emphasizing efficient memory use and scalability. However, the model’s accuracy, while high, is slightly below the top benchmarks that evaluate page-by-page approaches, so applications requiring absolute peak accuracy on single pages may prefer other models.

ScanSnap iX2500 Wireless or USB High-Speed Cloud Enabled Document, Photo & Receipt Scanner with Large 5" Touchscreen and 100 Page Auto Document Feeder for Mac or PC, White
OUR MOST ADVANCED SCANSNAP. Large touchscreen, fast 45ppm double-sided scanning, 100-sheet document feeder, Wi-Fi and USB connectivity, automatic…
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 like PaddleOCR-VL and Zhipu’s GLM-OCR led in benchmark scores, but they relied on page-by-page processing, which limits handling long documents as a single unit. Baidu’s earlier models, such as DeepSeek-OCR, already showed promising architecture, but lacked the efficiency for multi-page processing. The new Unlimited-OCR builds on this lineage, introducing a key innovation in attention mechanisms that enable processing entire documents in one pass.
The broader industry has seen incremental improvements, but the challenge has been balancing accuracy, speed, and memory. Traditional decoder-based OCR models suffer from linear cache growth, which restricts their use for lengthy texts. Baidu’s solution addresses this bottleneck directly, aligning with ongoing research into scalable, memory-efficient models. The release also arrives amid growing demand for AI tools capable of automating large-scale document digitization tasks.
“Unlimited-OCR’s constant memory architecture allows parsing of multi-page documents in a single pass, significantly reducing latency and resource use.”
— 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.
Unanswered Questions About Model Performance and Adoption
While the technical report demonstrates promising results on internal benchmarks, it remains unclear how Unlimited-OCR performs across diverse real-world datasets and in production environments. Its accuracy compared to top page-by-page models in specific tasks needs further validation. Additionally, the actual adoption rate outside research circles is lower than viral claims suggest, and the impact on existing OCR markets is still unfolding.

Epson FastFoto FF-680W Wireless High-Speed Duplex Photo and Document Scanner and System with USB Connect and Mobile Scanning
HIGH-SPEED PERSONAL PHOTO SCANNER¹ — Scan thousands of photos as quickly as 1 photo per second at 300…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for Baidu and the OCR Community
Baidu is expected to continue refining Unlimited-OCR, possibly releasing more detailed evaluations and broader benchmarks. Industry adoption will depend on real-world testing, integration into enterprise workflows, and community feedback. Meanwhile, competitors may accelerate efforts to develop similarly memory-efficient models, fostering a more diverse OCR ecosystem. Observers will watch for potential updates, including multi-language support and further scalability improvements.
Key Questions
How does Unlimited-OCR differ from previous models?
It uses a novel attention mechanism called Reference Sliding Window Attention, which keeps memory usage fixed regardless of document length, enabling processing of entire multi-page documents in one pass.
Is this model better than cloud-based OCR solutions?
In terms of speed and memory efficiency for long documents, yes. However, benchmark accuracy is slightly below some cloud models, and applications requiring the highest single-page accuracy may prefer other solutions.
Can I run Unlimited-OCR on my own hardware?
Yes, the model is open-sourced under the MIT license, supporting frameworks like Transformers, vLLM, and Docker, making self-hosting accessible for qualified users.
Will this impact the OCR market significantly?
It could, especially for industries handling large volumes of long documents, by enabling faster, more cost-effective processing without reliance on cloud services. The full market impact remains to be seen as adoption grows.
What are the limitations of Unlimited-OCR?
While highly efficient, its accuracy on some benchmarks is marginally below the best page-by-page models. Its performance on diverse, real-world datasets outside internal tests is still under evaluation.
Source: ThorstenMeyerAI.com