OvisOCR2 Technical Report
Summary
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.
View Cached Full Text
Cached at: 07/16/26, 05:42 AM
Paper page - OvisOCR2 Technical Report
Source: https://huggingface.co/papers/2607.13639 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
WeintroduceOvisOCR2,a0.8Bdocumentparsingmodel.OvisOCR2isdesignedasanend-to-endparser:givenadocumentpageimage,itgeneratesaMarkdownrepresentationinnaturalreadingorder,coveringtext,formulas,tables,andvisualregions.Webuildadataenginethatcombinesfilteredreal-documentannotationswithsyntheticpageswhoserenderedimagesandMarkdowntargetsarederivedfromthesameHTMLsource.Thetrainingrecipeincludessupervisedfine-tuning,reinforcementlearningona4Bbranchwithamulti-componentrewarddesign,on-policydistillationintothe0.8Bmodel,andmodelfusion.OnOmniDocBenchv1.6,OvisOCR2achievesastate-of-the-artoverallscoreof96.58,placinganend-to-endmodelatthetopofthisleaderboardpreviouslydominatedbypipelinemethodsandhighlightingthepotentialofend-to-enddocumentparsing.OnPureDocBench,OvisOCR2alsoachievesthehighestAvg3scoreof75.06.Beyondthesetwopublicbenchmarks,weevaluateOvisOCR2onanin-housebenchmarkdesignedtocoverabroadersetoflong-tailandchallengingscenarios.OvisOCR2obtainsthebestoverallperformanceamongthecomparedmethods,providingfurtherevidenceofitsgeneralizationandrobustness.OvisOCR2isavailableathttps://huggingface.co/ATH-MaaS/OvisOCR2.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.13639
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### ATH-MaaS/OvisOCR2 Image-Text-to-Text• 0.9B• Updatedabout 3 hours ago • 745 • 121
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.13639 in a dataset README.md to link it from this page.
Spaces citing this paper2
Collections including this paper1
Similar Articles
OvisOCR2: a promising 0.8B local document parser
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.
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.
MonkeyOCRv2: A Visual-Text Foundation Model for Document AI
MonkeyOCRv2 is a visual-text foundation model for document AI, pretrained on a large corpus of 113 million images across 17 languages using joint image-to-text generation and pixel-level document reconstruction. It achieves state-of-the-art results on document parsing and understanding tasks, outperforming previous models with a smaller vision encoder.
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.