OvisOCR2 Technical Report

Hugging Face Daily Papers Models

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.

We introduce OvisOCR2, a 0.8B document parsing model. OvisOCR2 is designed as an end-to-end parser: given a document page image, it generates a Markdown representation in natural reading order, covering text, formulas, tables, and visual regions. We build a data engine that combines filtered real-document annotations with synthetic pages whose rendered images and Markdown targets are derived from the same HTML source. The training recipe includes supervised fine-tuning, reinforcement learning on a 4B branch with a multi-component reward design, on-policy distillation into the 0.8B model, and model fusion. On OmniDocBench v1.6, OvisOCR2 achieves a state-of-the-art overall score of 96.58, placing an end-to-end model at the top of this leaderboard previously dominated by pipeline methods and highlighting the potential of end-to-end document parsing. On PureDocBench, OvisOCR2 also achieves the highest Avg3 score of 75.06. Beyond these two public benchmarks, we evaluate OvisOCR2 on an in-house benchmark designed to cover a broader set of long-tail and challenging scenarios. OvisOCR2 obtains the best overall performance among the compared methods, providing further evidence of its generalization and robustness. OvisOCR2 is available at https://huggingface.co/ATH-MaaS/OvisOCR2.
Original Article
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

Reddit r/LocalLLaMA

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

Hugging Face Models Trending

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.

MonkeyOCRv2: A Visual-Text Foundation Model for Document AI

Hugging Face Daily Papers

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

GitHub Trending (daily)

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.