Discover and explore top open-source AI tools and projects—updated daily.
baiduWelcome the era of one-shot long-horizon document parsing
New!
Top 3.8% on SourcePulse
Unlimited OCR Works aims to revolutionize document parsing by enabling "one-shot long-horizon parsing," allowing for efficient and comprehensive information extraction from complex documents. This project targets researchers and developers in document analysis and AI, offering a powerful tool to process single images and multi-page documents, including PDFs, with advanced capabilities.
How It Works
This project builds upon Deepseek-OCR, utilizing Huggingface Transformers for inference on NVIDIA GPUs. It employs a transformer-based architecture with two configurations for single-image processing: 'gundam' (640px image size, crop mode) and 'base' (1024px image size, full image). For multi-page documents and PDFs, it uses the 'base' configuration, converting PDF pages into images via PyMuPDF for sequential processing. Key parameters like max_length=32768 and no_repeat_ngram_size=35 are configured to handle extensive output generation.
Quick Start & Requirements
torch==2.10.0, transformers==4.57.1, pymupdf==1.27.2.2.kernels==0.11.7, pymupdf==1.27.2.2. Launch server: python -m sglang.launch_server --model baidu/Unlimited-OCR --served-model-name Unlimited-OCR --attention-backend fa3 --context-length 32768.baidu/Unlimited-OCR on Huggingface Transformers/ModelScope.Highlighted Details
max_length=32768) and advanced text generation controls.Maintenance & Community
The project acknowledges support from the ModelScope community. Specific details regarding active contributors, community channels (e.g., Discord/Slack), or a public roadmap are not provided in the README excerpt.
Licensing & Compatibility
The README does not specify a software license. Therefore, licensing terms, commercial use permissions, and compatibility for closed-source integration remain undetermined.
Limitations & Caveats
Released in June 2026, this project appears to be recent. The README does not detail specific limitations, alpha status, known bugs, or unsupported platforms. The requirement for CUDA 12.9 indicates a dependency on recent NVIDIA driver and CUDA toolkit versions.
1 week ago
Inactive
rednote-hilab