PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vision-Language Model
About
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 .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Document Parsing | OmniDocBench v1.5 | Overall Score92.86 | 195 | |
| Document Parsing | OmniDocBench 1.5 (test) | Text Edit Error0.035 | 111 | |
| Document Parsing | olmOCR-bench | ArXiv Processing Accuracy85.7 | 45 | |
| Table Structure Recognition | PubTabNet | S-TEDS89.82 | 37 | |
| Table Structure Recognition | PubTabNet (val) | TEDS87.27 | 33 | |
| Document Parsing | OmniDocBench Real5 warping | Overall Score85.97 | 32 | |
| Document Parsing | OmniDocBench Real5 skewing variation | Overall Score77.47 | 32 | |
| Document Parsing | Real5-OmniDocBench (screen-photography) | Overall Score82.54 | 32 | |
| Table Structure Recognition | FinTabNet | S-TEDS95.03 | 32 | |
| Reading Order Detection | OmniDocBench ZH v1.0 | Edit Distance0.063 | 28 |