OvisOCR2: a promising 0.8B local document parser
Summary
OvisOCR2 is a new 0.8B end-to-end OCR model based on Qwen3.5-0.8B that converts full document pages directly into structured Markdown, including text, tables, formulas, and reading order. It achieves strong benchmark scores and is released under Apache 2.0 with vLLM support.
Similar Articles
OvisOCR2 Technical Report
OvisOCR2 is a 0.8B parameter end-to-end document parsing model that converts document page images to Markdown, achieving state-of-the-art scores on public benchmarks through a combination of supervised fine-tuning, reinforcement learning, and model fusion.
ATH-MaaS/OvisOCR2
OvisOCR2 is a compact 0.8B end-to-end model for page-level document parsing, achieving state-of-the-art performance on OmniDocBench and PureDocBench benchmarks.
OvisOCR2 (0.8B): first end-to-end model to top OmniDocBench - I threw 827 real scanned medical docs at it, here's everything I learned
OvisOCR2 is a 0.8B end-to-end document-parsing VLM that tops the OmniDocBench leaderboard, outperforming pipeline OCR systems on real-world scanned medical documents with higher accuracy and efficiency.
@techNmak: A lightweight VLM that beats the giants at OCR. (1.7B parameters, SOTA on OmniDocBench) dots. ocr is a new multilingual…
dots.ocr is a new lightweight 1.7B parameter multilingual vision-language model that achieves state-of-the-art performance on OmniDocBench, outperforming much larger models (72B+) at document parsing and OCR tasks.
allenai/olmocr
olmOCR is an open-source toolkit from AI2 that converts PDFs, PNGs, and JPEGs into clean Markdown text, supporting equations, tables, and complex layouts. It includes a benchmark suite and multiple model releases (v0.4.0 as of Oct 2025) with improved performance and efficiency.