baidu/unlimited-ocr

Unlimited OCR Works: Welcome the Era of One-shot Long-horizon Parsing.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 1st, 2026
Created on June 18th, 2026
Open Issues & Pull Requests: 78 (+0)
GitHub issues: Enabled
Number of forks: 2,630
Total Stargazers: 25,351 (+2)
Total Subscribers: 132 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.2 hours
Mean response time: 47.6 hours
90th percentile: 2.8 days
Tracked items: 44

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 54 days
Stale 30+ days: 44
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

Unlimited OCR is an optical character recognition tool that performs one-shot long-horizon document parsing on images of arbitrary length.

The tool addresses the challenge of extracting text from documents that exceed typical model context windows or contain complex layouts. It uses a vision-language model approach that can process entire documents in a single pass without requiring multiple crops or sequential processing steps. The model is designed to handle documents of varying lengths and complexities through an extended context capability.

Teams should consider this tool if they need to extract text from full-page or multi-page document images without preprocessing them into smaller sections. It suits projects involving document digitization, form processing, or archival work where maintaining document context and layout understanding is important. The tool is available through multiple inference frameworks including Hugging Face Transformers, vLLM, and SGLang, allowing integration into different deployment environments. It also supports fine-tuning through the ms-swift framework for teams wanting to adapt it to domain-specific documents.

The project maintains active integration with major inference and training ecosystems, having added support for vLLM inference, SGLang deployment, and ms-swift training. The model is distributed across multiple platforms including Hugging Face, ModelScope, and Baidu Cloud, indicating broad accessibility. The tool provides Docker images for different GPU architectures and includes batch inference capabilities for processing image directories or PDFs concurrently.