@0x0SojalSec: Imagine feeding a whole book to an AI and it just gets it Perfectly, A New OCR model that reads an ENTIRE BOOK in one p…
Summary
This tweet announces DeepSeek Unlimited OCR, an AI model that reads entire books in one pass with flat memory usage, achieving a 93% benchmark score and sub-0.11 error rate on 40+ pages.
View Cached Full Text
Cached at: 07/09/26, 11:53 PM
Imagine feeding a whole book to an AI and it just gets it Perfectly, A New OCR model that reads an ENTIRE BOOK in one pass,
DeepSeek Unlimited OCR one key fix to attention, so memory stays flat no matter how long the document. No slowdown on page 40, keeps memory flat,
- 93% benchmark score
- Sub-0.11 error rate at 40+ pages.
Similar Articles
@thesupermanmx: China just open-sourced an OCR model that transcribes an entire book in a single pass. It's called Unlimited OCR. Built…
China open-sourced Unlimited OCR, an OCR model based on DeepSeek OCR that can transcribe entire books in a single pass with constant memory usage, achieving 93% on standard parsing benchmarks.
@S0N_IA: | CHINA HAS ENDED THE OCR BUSINESS A 3 billion parameter model the size of a peanut can read a full 100-page PDF in one…
Baidu releases Unlimited-OCR, a 3B parameter open-source model that reads full 100-page PDFs in one go with a 32K context window, achieving 93% accuracy and running locally. It has 1.9 million Hugging Face downloads but little mainstream attention.
@DataScienceDojo: A Chinese company just open-sourced an 𝐎𝐂𝐑 that fixes something most AI-powered OCR tools quietly struggle with: the…
Unlimited-OCR, a new open-source OCR model from a Chinese company, solves the memory growth issue common in AI OCR tools by keeping memory usage flat regardless of document length, enabling single-pass reading of dozens of pages at 32K context. It's MIT-licensed, 3B parameters, multilingual, and already popular on GitHub.
@GoSailGlobal: Current OCR processes multi-page documents page by page. Every time you turn a page, memory is reset. Today, Baidu quietly open-sourced a model on GitHub and HuggingFace called Unlimited OCR, inspired by how humans copy books: - When copying a book, you don't reread hundreds of pages every time you write a word...
Baidu has open-sourced the Unlimited OCR model, which uses a Reference Sliding Window Attention (R-SWA) mechanism to parse documents up to 32K context in a single pass, eliminating the need for page-by-page inference.
@DailyDoseOfDS_: Fine-tune DeepSeek-OCR on your own language! (100% local) Most vision models treat documents as massive sequences of to…
DeepSeek-OCR is a 3B vision model using context optical compression for efficient document processing. Fine-tuning it on Persian text using Unsloth achieved an 88.26% improvement in character error rate, all open-source and runnable on a single GPU.