PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vision-Language Model

Papers with Code Trending Papers

Summary

PaddleOCR-VL is a compact 0.9B vision-language model that achieves state-of-the-art performance in multilingual document parsing and element recognition by integrating NaViT-style dynamic resolution with the ERNIE language model.

In this report, we propose PaddleOCR-VL, a SOTA and resource-efficient model tailored for document parsing. Its core component is PaddleOCR-VL-0.9B, a compact yet powerful vision-language model (VLM) that integrates a NaViT-style dynamic resolution visual encoder with the ERNIE-4.5-0.3B language model to enable accurate element recognition. This innovative model efficiently supports 109 languages and excels in recognizing complex elements (e.g., text, tables, formulas, and charts), while maintaining minimal resource consumption. Through comprehensive evaluations on widely used public benchmarks and in-house benchmarks, PaddleOCR-VL achieves SOTA performance in both page-level document parsing and element-level recognition. It significantly outperforms existing solutions, exhibits strong competitiveness against top-tier VLMs, and delivers fast inference speeds. These strengths make it highly suitable for practical deployment in real-world scenarios. Code is available at https://github.com/PaddlePaddle/PaddleOCR .
Original Article
View Cached Full Text

Cached at: 05/08/26, 08:42 AM

Paper page - PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vision-Language Model

Source: https://huggingface.co/papers/2510.14528

Abstract

PaddleOCR-VL, a vision-language model combining NaViT-style dynamic resolution and ERNIE, achieves state-of-the-art performance in document parsing and element recognition with high efficiency.

In this report, we propose PaddleOCR-VL, a SOTA and resource-efficient model tailored for document parsing. Its core component is PaddleOCR-VL-0.9B, a compact yet powerfulvision-language model(VLM) that integrates aNaViT-style dynamic resolution visual encoderwith theERNIE-4.5-0.3B language model to enable accurateelement recognition. This innovative model efficiently supports 109 languages and excels in recognizing complex elements (e.g., text, tables, formulas, and charts), while maintaining minimal resource consumption. Through comprehensive evaluations on widely used public benchmarks and in-house benchmarks, PaddleOCR-VL achieves SOTA performance in bothpage-level document parsingandelement-level recognition. It significantly outperforms existing solutions, exhibits strong competitiveness against top-tierVLMs, and delivers fast inference speeds. These strengths make it highly suitable for practical deployment in real-world scenarios. Code is available at https://github.com/PaddlePaddle/PaddleOCR .

View arXiv pageView PDFGitHub77.3kAdd to collection

Get this paper in your agent:

hf papers read 2510\.14528

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper17

#### PaddlePaddle/PaddleOCR-VL Image-Text-to-Text• 1.0B• Updated8 days ago • 10.1k • 1.6k #### PaddlePaddle/PP-DocLayoutV2 Object Detection• UpdatedJan 29 • 10.5k • 29 #### unsloth/PaddleOCR-VL Image-Text-to-Text• 1.0B• UpdatedDec 9, 2025 • 147 • 17 #### lvyufeng/PaddleOCR-VL-0.9B Image-Text-to-Text• 1.0B• UpdatedOct 21, 2025 • 120 • 4 Browse 17 models citing this paper## Datasets citing this paper1

#### proxectonos/corpus_dominio_cientifico Preview• Updated16 days ago • 61

Spaces citing this paper17

Collections including this paper31

Browse 31 collections that include this paper

Similar Articles

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.