📊 Full opportunity report: The Hidden Power Of Baidu’s AI OCR For Large PDF Files on ThorstenMeyerAI.com — validation score, market gap, and execution plan.
TL;DR
Baidu released Unlimited-OCR, a large AI model that can process entire multi-page PDFs in one go. It introduces a new memory-efficient architecture, enabling faster and more accurate long-document OCR on local hardware.
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 development, announced on June 22, 2026, represents a significant technical achievement in OCR technology, especially for long documents, and is available under an MIT license.
The model, built on Baidu’s existing DeepSeek-OCR architecture, introduces a novel Reference Sliding Window Attention (R-SWA) mechanism that replaces traditional linear cache growth in decoder-based OCR models. This allows Unlimited-OCR to process dozens of pages simultaneously without increasing memory or latency, a feat previously unattainable with standard transformer models.
According to the technical report published on June 23, 2026, Unlimited-OCR achieves a throughput of approximately 5,580 tokens per second on benchmark tests, outperforming DeepSeek-OCR by roughly 12.7%. In long-document tests, it maintains low error rates—below 0.11 after processing documents over 40 pages—demonstrating its effectiveness for extensive texts. However, it is not the highest scoring model on all benchmarks; Baidu’s PaddleOCR-VL and Zhipu’s GLM-OCR outperform it in single-page accuracy but do not support multi-page, single-pass processing.
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.

JOYUSING Scanpad100 Pro 16MP Portable Document Scanner, USB Document Camera, 1s Per Scan, OCR Text Recognition, AI Enhancement, Capture Size A4, Folds to Go, Support Win & Mac (Not for Books)
【How to get the software】1. Visit Joyusing's website by Google " Joyusing", and then click SUPPORT – Download…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Implications for Long-Document OCR and Local Deployment
This development matters because it shifts the paradigm for processing lengthy documents, enabling faster, more accurate, and hardware-efficient OCR without relying on cloud services or splitting pages. For industries handling large volumes of scanned documents, such as legal, academic, or government sectors, this could reduce costs and improve workflow efficiency. Additionally, the open-source nature allows wider adoption and customization, fostering innovation in local OCR solutions.

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.
Baidu’s OCR Evolution and Technical Breakthroughs
Prior to Unlimited-OCR, Baidu’s OCR efforts included PaddleOCR and earlier DeepSeek models, which relied on traditional attention mechanisms and page-by-page processing. The challenge of long-document OCR has persisted due to the linear growth of memory and latency in transformer decoders. Baidu’s recent innovation, R-SWA, addresses these issues by maintaining constant memory usage regardless of document length, representing a significant architectural improvement. The release follows a series of open models aimed at democratizing AI tools for document processing.
“Unlimited-OCR demonstrates that large-scale, memory-efficient models can process entire multi-page documents in a single pass, opening new avenues for local, high-speed OCR.”
— Baidu Research Team

Canon imageFORMULA R10 – Portable Document Scanner, USB Powered, Duplex Scanning, Document Feeder, Easy Setup, Convenient, Perfect for Mobile Users, White
STAY ORGANIZED – Easily convert your paper documents into digital formats like searchable PDF files, JPEGs, and more.Power…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Performance and Adoption
While the technical report confirms impressive benchmarks, it is still unclear how Unlimited-OCR performs in diverse real-world scenarios, especially with highly variable document formats or handwriting. Its adoption outside Baidu’s testing environment and integration into existing workflows remains uncertain. Additionally, the claim that it is the best for all long-document OCR tasks is nuanced, as other models outperform it in single-page accuracy.
long document OCR application
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for Broader Deployment and Benchmarking
Further independent testing is expected to validate Unlimited-OCR’s performance across different datasets and use cases. Baidu may also release more detailed benchmarks and user tools to facilitate adoption. Industry observers will watch for integration into commercial OCR pipelines and potential updates that further optimize the architecture for specific applications.
Key Questions
How does Unlimited-OCR differ from previous Baidu OCR models?
It introduces the Reference Sliding Window Attention (R-SWA) mechanism that maintains constant memory and latency for long documents, unlike previous models that processed pages separately and faced memory growth issues.
Can I run Unlimited-OCR on my own hardware?
Yes, the model is released under an MIT license with support for Docker and community quantizations, allowing local deployment on standard hardware with sufficient GPU resources.
How accurate is Unlimited-OCR on long documents?
According to Baidu’s internal tests, it maintains an error rate below 0.11 after processing over 40 pages, which is suitable for many practical applications, though independent validation is pending.
Does this mean the OCR industry is shifting away from cloud services?
The development highlights a trend toward more capable local models, but cloud-based OCR remains dominant for many high-volume or specialized tasks. This innovation expands options for on-premise processing.
Source: ThorstenMeyerAI.com