1 link tagged with all of: open-source + machine-learning + document-processing + multilingual + ocr
Links
Datalab’s 4 billion-parameter Chandra OCR 2 outperforms GPT-4o and Gemini across independent and multilingual benchmarks, handling complex layouts, math notation, flowcharts and 90 languages with state-of-the-art accuracy. It’s available under Apache 2.0 code with a modified OpenRAIL-M license for weights, runs locally via HuggingFace or vLLM, and doubles throughput over its predecessor.
- Chandra OCR 2 (4B params, open-weight) scored 85.9% on olmOCR vs GPT-4o's 69.9%, and beat Gemini/GPT-5 Mini on multilingual benchmarks, with huge gains on South Asian scripts (Kannada +42.6, Malayalam +46.2, Telugu +39.1).
- It processes full pages in one pass rather than splitting into blocks, giving it an edge on tables, nested headers, checkboxes, handwritten math, and flowcharts exported as Mermaid diagrams.
- Despite shrinking from 9B to 4B parameters, throughput doubled to ~2 pages/sec on an H100 while accuracy improved.
- Code is Apache 2.0 and installable via pip/Docker, but weights use a modified OpenRAIL-M license requiring a paid commercial license for larger companies.
ocr
open-source
document-processing
machine-learning
multilingual