paper-with-me

Papers

MonkeyOCR v1.5 Technical Report: Unlocking Robust Document Parsing for Complex Patterns

2025-11-13 · Jiarui Zhang, Yuliang Liu, Zijun Wu, Guosheng Pang, Zhili Ye, Yupei Zhong, Junteng Ma, Tao Wei, Haiyang Xu, Weikai Chen, Zeen Wang, Qiangjun Ji, Fanxi Zhou, Qi Zhang, Yuanrui Hu, Jiahao Liu, Zhang Li, Ziyang Zhang, Qiang Liu, Xiang Bai arxiv

Document parsing is a core task in document intelligence, supporting applications such as information extraction, retrieval-augmented generation, and automated document analysis. However, real-world documents often feature complex layouts with multi-level tables, embedded images or formulas, and cross-page structures, which remain challenging for existing OCR systems. We introduce MonkeyOCR v1.5, a unified vision-language framework that enhances both layout understanding and content recognition through a two-stage pipeline. The first stage employs a large multimodal model to jointly predict layout and reading order, leveraging visual information to ensure sequential consistency. The second stage performs localized recognition of text, formulas, and tables within detected regions, maintaining high visual fidelity while reducing error propagation. To address complex table structures, we propose a visual consistency-based reinforcement learning scheme that evaluates recognition quality via render-and-compare alignment, improving structural accuracy without manual annotations. Additionally, two specialized modules, Image-Decoupled Table Parsing and Type-Guided Table Merging, are introduced to enable reliable parsing of tables containing embedded images and reconstruction of tables crossing pages or columns. Comprehensive experiments on OmniDocBench v1.5 demonstrate that MonkeyOCR v1.5 achieves state-of-the-art performance, outperforming PPOCR-VL and MinerU 2.5 while showing exceptional robustness in visually complex document scenarios. A trial link can be found at https://github.com/Yuliang-Liu/MonkeyOCR .

📄 PDF Abstract BibTeX arXiv:2511.10390

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInformation Extraction

Similar Papers 제목 키워드 기반

MonkeyOCR: Document Parsing with a Structure-Recognition-Relation Triplet Paradigm

2025-06-05 · Zhang Li, Yuliang Liu, Qiang Liu, Zhiyin Ma 외

We introduce MonkeyOCR, a vision-language model for document parsing that advances the state of the art by leveraging a Structure-Recognition-Relation (SRR) triplet paradigm. This design simplifies what would otherwise b…

GPURelationTriplet

MonkeyOCRv2: A Visual-Text Foundation Model for Document AI

2026-07-13 · Yuliang Liu, Zhang Li, Ziyang Zhang, Shuo Zhang 외 hf

Mainstream visual encoders are pretrained on natural images and cannot be effectively applied to document images without document-oriented adaptation, as dense text and fine-grained character strokes demand character-lev…

Text GenerationText DetectionDocument AI

PaddleOCR 3.0 Technical Report

2025-07-08 · Cheng Cui, Ting Sun, Manhui Lin, Tingquan Gao 외

This technical report introduces PaddleOCR 3.0, an Apache-licensed open-source toolkit for OCR and document parsing. To address the growing demand for document understanding in the era of large language models, PaddleOCR…

document understandingKey Information ExtractionOptical Character Recognition (OCR)

Uni-Parser Technical Report

2025-12-17 · Xi Fang, Haoyi Tao, Shuwen Yang, Chaozheng Huang 외 arxiv

This technical report introduces Uni-Parser, an industrial-grade document parsing engine tailored for scientific literature and patents, delivering high throughput, robust accuracy, and cost efficiency. Unlike pipeline-b…

Logics-Parsing Technical Report

2025-09-24 · Xiangyang Chen, Shuzhao Li, Xiuwen Zhu, Yongfan Chen 외 arxiv

Recent advances in Large Vision-Language models (LVLM) have spurred significant progress in document parsing task. Compared to traditional pipeline-based methods, end-to-end paradigms have shown their excellence in conve…

Reinforcement LearningTable Recognition