2 links tagged with all of: ocr + machine-learning + open-source
Click any tag below to further narrow down your results
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.
A new open-source OCR model outperformed all major commercial tools on standard text and handwriting tests. It accurately transcribed a 1913 handwritten letter by Ramanujan, preserving layout, math notation, and faint ink details.
- New open-source OCR model (Vision Transformers + glyph-aware training) beat commercial tools like ABBYY and Google Cloud Vision on IFOCR, MLT, and ICDAR benchmarks, with word-error-rates below 1.5%—30-50% better than competitors
- Successfully transcribed a faded 1913 handwritten Ramanujan letter, correctly capturing layout, math notation, and faint ink strokes
- Trained on millions of scanned pages including medieval manuscripts and dense handwritten notes
- Released under Apache license with CPU/GPU deployment scripts, enabling free text extraction from receipts, legal documents, and historical archives without per-page fees