# OvisOCR2 Technical Report
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/ovisocr2-technical-report
- Fuente primaria: https://arxiv.org/abs/2607.13639
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Shiyin Lu, Yinglun Li, Yu Xia, Yuhui Chen, An-Yang Ji, Jun-Peng Jiang, Qing-Guo Chen, Jianshan Zhao, En Lin, Haijun Li, Cheng Qin, Zhao Xu, Weihua Luo
- Fecha del corte: 15 JULIO 2026.
- Área: SEGURIDAD · MULTIMODAL

## Tesis y contexto

Modelo de solo 0,8B parámetros que transforma directamente una página en Markdown ordenado, incluyendo texto, fórmulas, tablas y regiones visuales. Combina SFT, RL en una rama 4B, destilación on-policy hacia 0,8B y model fusion.

- Problema: Los pipelines de parsing documental suelen combinar numerosos módulos especializados.
- Por qué importa: Excelente ejemplo de SLM especializado que compite con pipelines complejos. Reporta 96,58 en OmniDocBench v1.6 y el mejor Avg3 en PureDocBench entre los comparados.

## Evidencia reportada

- **reported-result**: As shown in Table 4 , OvisOCR2 achieves the highest overall score on the in-house benchmark and shows consistently leading performance across text, formula, table, and reading-order metrics. [localizador](https://arxiv.org/html/2607.13639#S4)
- **reported-result**: On handwriting, while GLM-OCR obtains a higher table TEDS score, OvisOCR2 achieves the highest overall score, the lowest text edit distance, the highest formula CDM score, and the lowest reading-order error. [localizador](https://arxiv.org/html/2607.13639#S4)

## Lectura y límite

- Método: La lectura de 2 Data engine describe la intervención y su construcción: Training an end-to-end document parser requires supervision that is accurate at multiple levels: fine-grained text transcription, structurally valid serialization, faithful recovery of tables and formulas, and globally coherent reading order. These requirements make data preparation itself a key part of the system design. No single data source is sufficient: real-world documents provide natural layouts and varied visual conditions, but their annotations are noisy and difficult to standardize; synthetic documents offer controllable training targets and scalable coverage, but may suffer from limited realism if…
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4 Evaluation.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: In this report, we present OvisOCR2, a compact 0.8B end-to-end model for page-level document parsing. We build a data engine that combines filtered real-document annotations with source-aligned synthetic pages, and use a training recipe that applies supervised fine-tuning, reinforcement learning, on-policy distillation, and model fusion. Evaluated on both public and in-house benchmarks, OvisOCR2 establishes new state-of-the-art results on OmniDocBench…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4 Evaluation.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.13639): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.13639): tipo abstract
- [Método · 2 Data engine](https://arxiv.org/html/2607.13639#S2): tipo section
- [Evaluación · 4 Evaluation](https://arxiv.org/html/2607.13639#S4): tipo section
- [Cierre · 5 Conclusion](https://arxiv.org/html/2607.13639#S5): tipo section

## Próxima prueba

- ¿La propuesta mejora RAG documental frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [https://huggingface.co/ATH-MaaS/OvisOCR2](https://huggingface.co/ATH-MaaS/OvisOCR2)
- [https://github.com/chatdoc-com/OCRFlux](https://github.com/chatdoc-com/OCRFlux)
- [the following issues](https://github.com/arXiv/html_feedback/issues)
- [list of packages that need conversion](https://github.com/brucemiller/LaTeXML/wiki/Porting-LaTeX-packages-for-LaTeXML)

## Enlaces relacionados

- [NiyamAI](https://luiseduardodemiguel.com/research-ia/markdown/papers/niyamai)
- [MNC](https://luiseduardodemiguel.com/research-ia/markdown/papers/mnc)
- [Mechanism Design for Generative Engine](https://luiseduardodemiguel.com/research-ia/markdown/papers/mechanism-design-generative-engines)