Alibaba's OvisOCR2 turns page images into Markdown
A compact 0.8B vision-language model aims to parse full documents—text, tables, and formulas—in a single pass.

Alibaba has released OvisOCR2, a compact vision-language model built for one job: reading a document image and producing clean, structured Markdown. At roughly 0.8 billion parameters, it sits firmly in the lightweight tier, and it ships under the permissive Apache 2.0 license on Hugging Face.
The pitch is end-to-end document parsing. Rather than stitching together a separate OCR engine, a layout detector, and a table extractor, OvisOCR2 handles a page in a single pass—converting text, tables, and mathematical formulas into a Markdown representation that downstream tools can consume directly.
Why it matters
Document understanding is one of the most practical uses of vision-language models, and small, specialized parsers are increasingly attractive for teams that want to run inference cheaply and locally. A sub-1B model that outputs structured Markdown addresses several recurring pain points:
- Preserving tables and formulas, which conventional OCR often mangles
- Producing machine-readable output ready for indexing or retrieval pipelines
- Keeping compute costs low enough for on-device or high-volume batch use
The permissive licensing lowers the barrier further, letting developers embed the model in commercial products without the friction that accompanies more restrictive releases.
As with any new parser, the real test will be accuracy on messy, real-world scans and dense layouts, where formula and table fidelity separate useful tools from demos. For now, OvisOCR2 arrives as a focused, openly available option in a crowded but fast-moving space.
Sources
- Visit
ATH-MaaS/OvisOCR2
Hugging Face
More in Vision-Language

Thinking Machines Debuts Inkling Small, a Compact Multimodal MoE
The Apache-2.0 model brings mixture-of-experts efficiency to image, audio, and text tasks in a smaller footprint.

Microsoft's Mage-VL Streams Video Natively
A codec-native multimodal foundation model aims to understand live video and vision-language input in real time.
Apertus v1.5 70B arrives with an Apache-2.0 license
Switzerland's open-model effort ships a 70-billion-parameter, multilingual and multimodal system that anyone can use, modify, and deploy.
0 comments
No comments yet. Be the first to weigh in.