More on the topic...
Generating detailed summary...
Failed to generate summary. Please try again.
Datalab’s Chandra OCR 2 is a 4-billion-parameter open-weight model that converts images and PDFs into structured Markdown, HTML or JSON while keeping original layouts intact. On the independent olmOCR benchmark from AllenAI, it scored 85.9%, beating GPT-4o’s 69.9%. In Datalab’s own 90-language test, Chandra OCR 2 hit 72.7% versus Gemini 2.5 Flash at 60.8%. For the 43 most common languages it climbed to 77.8%, compared with GPT-5 Mini’s 60.5%. South Asian scripts saw the biggest jumps—Kannada up 42.6 points, Malayalam 46.2, Telugu 39.1—making a real difference if you work with those writing systems.
Unlike pipelines that break pages into blocks, Chandra processes the full page in one pass, which explains its edge on tables, nested headers, forms with checkboxes, handwritten math and even flowcharts output as Mermaid diagrams. Paruchuri’s team cut the model size from 9B to 4B parameters, doubled throughput to about two pages per second on an H100 GPU, and still improved accuracy. You can run it locally via pip install chandra-ocr[hf] or deploy with Docker. The code is Apache 2.0, but the weights use a modified OpenRAIL-M license—free for research and small startups, commercial license required for larger companies. Third-party multilingual tests and careful checks on handwriting-form extraction are recommended before you build a production pipeline around it.
Questions about this article
No questions yet.