Hook

Their other posts in the index, biggest breakout first.
Baidu just made OCR ten times better. China just open-sourced a peanut-sized AI OCR model that passes entire 100-page PDFs in one shot. It's called Unlimited-OCR. Only 3 billion parameters, built by Baidu, the Google of China. While every other OCR tool chops the document into pages and loses the thread, this one reads the whole thing in a single pass. Dropping in a 40-page contract, it provides clean, structured text with every table, heading, and clause exactly where it should be. Feed it a scanned financial report, and it preserves formulas, reading order, and layout untouched. If you're building a RAG pipeline or a document search tool, it eliminates the need for a messy pre-processing stack. Best part, it runs locally, so documents never leave the system. It's MIT licensed and free for commercial use. Follow for more.