Baidu’s Unlimited-OCR: The AI Solution For Fast Document Digitization

📊 Full opportunity report: Baidu’s Unlimited-OCR: The AI Solution For Fast Document Digitization on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Baidu released Unlimited-OCR, an open-source AI model that can process entire multi-page documents in one go, maintaining constant memory and faster throughput. This advances long-document OCR technology and is available under an MIT license.

Baidu has open-sourced Unlimited-OCR, a 3-billion-parameter AI model capable of parsing multi-page documents in a single forward pass, with constant memory use. This development, announced on June 22, 2026, marks a significant step in document digitization technology, especially for long and complex documents.

The model, released under an MIT license and available on Hugging Face, supports various deployment options including Transformers, vLLM, SGLang, and Docker. It is built on a lineage stemming from DeepSeek-OCR, with key innovations such as Reference Sliding Window Attention (R-SWA), which replaces traditional linear cache growth with a fixed-size cache. This allows Unlimited-OCR to process dozens of pages in a single pass without the latency and memory issues typical of previous models.

Performance benchmarks from the technical report indicate that Unlimited-OCR achieves a throughput of 5,580 tokens per second on OmniDocBench, surpassing DeepSeek-OCR by approximately 12.7%. It scores over 93 on OmniDocBench v1.5, positioning it at the top of end-to-end document parsing rankings. Its capability to process long documents—up to 40 pages—with an error rate below 0.11 demonstrates its suitability for real-world, large-scale digitization tasks.

Despite viral claims of 1.9 million downloads, the actual recent figures on Hugging Face show around 8,400 downloads in the last month, disputing the exaggerated download count. The model’s design emphasizes a trade-off: slightly lower accuracy compared to page-by-page models like PaddleOCR-VL, but with significant gains in memory efficiency and processing speed for long documents.

At a glance
announcementWhen: announced June 22, 2026; technical repo…
The developmentBaidu announced the open-source release of Unlimited-OCR, a large AI model designed for efficient, high-speed document digitization, on June 22, 2026.
Unlimited-OCR: One Pass, Whole Document — AI Dispatch Infographic
AI Dispatch · Reality Check JULY 2026 · THORSTENMEYERAI.COM

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.

Every other OCR pipeline
/
/
/

Split → OCR each page → stitch. Cross-page tables break. References die. KV cache grows every token.

Unlimited-OCR (R-SWA)

One forward pass, constant KV cache, flat latency. “Soft forgetting” via a sliding window over its own output.

93.23OmniDocBench v1.5 — +6.2 pts over its DeepSeek-OCR base
0.107edit distance at 40+ pages, one pass (in-house test set)
+12.7%throughput vs DeepSeek-OCR; ~35% faster at long outputs
$0per page, MIT license, runs on hardware you own

OmniDocBench v1.5 — where it really sits

GLM-OCR 0.9B · open
94.6
PaddleOCR-VL 1.5 0.9B · open · also Baidu
94.5
Unlimited-OCR 3B MoE · only one-shot multi-page
93.2
Mistral OCR 4 API · vendor-stated
93.1
Gemini-3 Pro closed VLM
90.3
Qwen3-VL-235B 78× more params
89.2
Gemini-2.5 Pro closed VLM
88.0
DeepSeek-OCR 3B · the baseline
87.0
GPT-5.2 closed VLM
85.5
Mistral OCR (2025) API · v1
78.8

Overall score, higher is better. Sub-4B specialists now beat 235B generalists at document parsing. Sources: arXiv 2606.23050, 2601.21957, 2603.10910; Mistral (vendor). Mid-2026.

Cost at 1M pages / month (plain OCR tier)

OptionList price / 1K pagesMonthlyWhat you’re buying
AWS Textract (forms)$65.00$65,000Forms + tables extraction
Azure prebuilt / Google prebuilt$10.00$10,000Typed fields, schemas, SLA
Mistral OCR 4 (batch)$2.00$2,000Bounding boxes, confidence, self-host option
Azure Read$1.50$1,500Plain OCR, MS ecosystem
Google Doc AI Read$0.65$650Plain OCR, GCP ecosystem
Unlimited-OCR, local$0 + wattshardware 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.

⚠ Reality Check — what the viral posts get wrong
  • “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.

Amazon

document scanner with OCR capabilities

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Implications for Long-Document OCR and AI Deployment

Unlimited-OCR’s ability to process entire multi-page documents in a single pass with constant memory use represents a major advancement in OCR technology. It enables faster, more reliable digitization workflows for industries handling large volumes of complex documents, such as legal, academic, and governmental sectors. Its open-source nature fosters wider adoption and innovation, potentially reducing reliance on cloud-based OCR services and enabling deployment on local hardware.

This development also challenges the narrative that China’s OCR models are losing ground; instead, it highlights a focused architectural improvement that enhances performance without needing to outscore competitors on isolated benchmarks. The model’s reproducibility and transparency support broader research and application efforts.

Baidu’s OCR Evolution and Industry Benchmarks

Baidu’s release of Unlimited-OCR follows ongoing advancements in OCR models, which historically relied on page-by-page processing, limiting efficiency for long documents. Previous models like PaddleOCR-VL and Zhipu’s GLM-OCR scored higher on certain benchmarks but required separate processing for each page. Baidu’s approach builds on its DeepSeek-OCR lineage, emphasizing architectural innovations like R-SWA to address memory and latency issues.

Prior to this release, OCR models with similar parameters achieved high accuracy but struggled with long documents and resource constraints. The technical report demonstrates that the new model maintains high accuracy while significantly improving speed and memory management, especially for multi-page tasks. The release underscores Baidu’s focus on practical, scalable AI solutions for document processing.

“Unlimited-OCR demonstrates that architectural innovation—specifically constant memory attention—can drastically improve long-document processing.”

— Baidu Research Team

Remaining Questions About Long-Term Performance

While initial benchmarks show promising results, it is still unclear how Unlimited-OCR performs across diverse real-world datasets outside of controlled tests. The accuracy trade-offs compared to page-by-page models, especially on complex layouts or low-quality scans, remain to be fully evaluated. Additionally, the long-term stability and community adoption are still developing, as the model is newly released.

Next Steps for Deployment and Community Adoption

Baidu is expected to facilitate broader testing and integration of Unlimited-OCR in various applications. Future updates may include fine-tuning for specific languages or document types, as well as community-driven improvements. Monitoring real-world deployments will clarify its practical advantages and limitations, shaping its role in enterprise and research settings.

Key Questions

What makes Unlimited-OCR different from other OCR models?

It processes entire multi-page documents in a single pass with constant memory, thanks to Reference Sliding Window Attention, enabling faster and more efficient long-document OCR.

Is Unlimited-OCR available for commercial use?

Yes, it is released under an MIT license and is available on Hugging Face for deployment in various environments.

How does its accuracy compare to other models?

It offers slightly lower peak accuracy than page-by-page models but excels in processing long documents efficiently, with an error rate below 0.11 on test sets up to 40 pages.

Can I run Unlimited-OCR on my own hardware?

Yes, it supports deployment via Transformers, vLLM, SGLang, and Docker, making it accessible for local hardware setups.

What are the limitations of Unlimited-OCR?

Its performance on highly complex layouts or poor-quality scans is still being evaluated, and real-world results may vary until further testing is conducted.

Source: ThorstenMeyerAI.com

You May Also Like

Klaus Agent Becomes First Blockchain AI Agent to Integrate Custom DeepSeek Model

With Klaus Agent’s groundbreaking integration of the DeepSeek model, the future of cryptocurrency trading is poised for revolutionary changes that you won’t want to miss.

Sam Altman’s Grand AI Project Could Usher in Prosperity—Or Economic Shockwaves.

Nearing a new era, Sam Altman’s ambitious AI expansion promises prosperity but risks economic upheaval—discover what this could mean for your future.

AI Innovation Measures Personal Risk for 1,000 Illnesses

Lifting health insights with AI, this innovative tool assesses your risk for over a thousand illnesses—discover how it can transform your health journey.

Autonomous Vehicles: Progress and Ethical Considerations

Discover the transformative impact of autonomous vehicles, but what ethical dilemmas and responsibilities arise as we embrace this revolutionary technology?