model release

Baidu Releases Unlimited-OCR, a 3B Parameter Document Parsing Model Based on Deepseek-OCR

TL;DR

Baidu has released Unlimited-OCR, a 3 billion parameter model for optical character recognition and document parsing. The model supports single-page and multi-page document processing with a 32,768 token context window and runs on NVIDIA GPUs using bfloat16 precision.

2 min read
0

Baidu Releases Unlimited-OCR, a 3B Parameter Document Parsing Model Based on Deepseek-OCR

Baidu has released Unlimited-OCR, a 3 billion parameter optical character recognition model designed for document parsing. Released on June 22, 2025, the model builds on Deepseek-OCR and is available on Hugging Face.

Technical Specifications

Unlimited-OCR operates with a 32,768 token context window and uses bfloat16 precision on NVIDIA GPUs. The model requires PyTorch 2.10.0, transformers 4.57.1, and CUDA 12.9. According to Baidu, the model is positioned as "pushing Deepseek-OCR one step further" with support for "one-shot long-horizon parsing."

The model offers two processing modes:

  • Gundam mode: 1024 base size, 640 image size with crop mode enabled for single images
  • Base mode: 1024 base and image size without cropping for single images and all multi-page documents

Deployment Options

Unlimited-OCR can be deployed via Hugging Face transformers or SGLang server infrastructure. The SGLang deployment requires FlashAttention 3 backend and supports an OpenAI-compatible API with streaming responses.

For multi-page documents and PDFs, the model converts pages to images at 300 DPI before processing. The implementation includes custom logit processors with a 35-token n-gram constraint and configurable window sizes (128 tokens for single images, 1,024 tokens for multi-page documents).

Technical Implementation

The model uses PyMuPDF for PDF-to-image conversion and supports both single-image and multi-page inference. Base64-encoded images are sent to the model with text prompts like "document parsing" or "Multi page parsing." The SGLang server configuration allocates 80% of GPU memory statically and disables overlap scheduling.

Baidu acknowledges Deepseek-OCR, Deepseek-OCR-2, and PaddleOCR in the model documentation. Pricing information has not been disclosed.

What This Means

Unlimited-OCR adds another option to the OCR model landscape, though it remains unclear how performance compares to existing solutions like GPT-4V or Claude 3.5 Sonnet on document understanding tasks. The 3B parameter size suggests efficient inference, but no benchmark scores have been published. The model's value proposition depends on comparative accuracy data that Baidu has not yet provided.

Related Articles

model release

Cohere releases 2B parameter Arabic speech recognition model with 25.9% average WER

Cohere and Cohere Labs released Cohere Transcribe Arabic, a 2B parameter automatic speech recognition model optimized for Arabic dialects and Arabic-English code-switching. The open-source model achieves a 25.9% average word error rate across major Arabic ASR benchmarks, outperforming models up to 30B parameters.

model release

OpenAI's GPT-5.6 Sol Adds Five Reasoning Effort Settings, Follows DeepSeep-R1 RLVR Training Method

OpenAI released GPT-5.6 Sol, a new reasoning model family that comes in three sizes with roughly five to six reasoning-effort settings each. The release follows the DeepSeek-R1 methodology of using reinforcement learning with verifiable rewards (RLVR), nearly two years after OpenAI's original o1 model popularized LLM-based reasoning.

model release

Moonshot AI releases Kimi K3, China's largest model at 2.8 trillion parameters

Beijing-based Moonshot AI released Kimi K3, China's largest AI model at 2.8 trillion parameters. The company claims the model consistently outperforms OpenAI's GPT 5.5 and Anthropic's Claude Opus 4.8 on benchmarks including coding and general agents, though it still trails the leading-edge GPT 5.6 Sol and Claude Fable 5 in overall performance.

model release

Moonshot AI releases Kimi K3 with 2.7 trillion parameters, claims performance on par with Anthropic Fable 5

Moonshot AI released Kimi K3 on July 16, 2026, featuring 2.7 trillion parameters—the largest open-weight model to date. The company claims K3 performs competitively with Anthropic's Fable 5 while costing $15 per million output tokens compared to Fable's $50.

Comments

Loading...