Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -20,7 +20,7 @@ library_name: PaddleOCR
20
 
21
  <h1 align="center">
22
 
23
- Unified Layout Module for PaddleOCR-VL 1.5/1.6 & GLM-OCR.
24
 
25
  </h1>
26
 
@@ -34,7 +34,7 @@ Unified Layout Module for PaddleOCR-VL 1.5/1.6 & GLM-OCR.
34
  [![License](https://img.shields.io/badge/license-Apache_2.0-green)](./LICENSE)
35
 
36
  **🔥 [Official Website](https://www.paddleocr.com)** |
37
- **📝 [Technical Report](https://arxiv.org/abs/2606.23344)**
38
 
39
  </div>
40
 
@@ -47,10 +47,6 @@ This is the PP-Doclayoutv3 model weights for the PaddlePaddle framework. Get saf
47
 
48
  **PP-DocLayoutV3 is specifically engineered to handle non-planar document images. It can directly predict multi-point bounding boxes for layout elements—as opposed to standard two-point boxes—and determine logical reading orders for skewed and curved surfaces within a single forward pass, significantly reducing cascading errors.** This model is an essential component of PaddleOCR-VL-1.5, providing crucial layout analysis for the high-precision parsing of various real-world documents in PaddleOCR-VL.
49
 
50
- This work has been accepted to ECCV 2026! 🎉
51
-
52
-
53
-
54
 
55
  ### **Model Architecture**
56
 
@@ -95,13 +91,13 @@ This work has been accepted to ECCV 2026! 🎉
95
  If you find PP-DocLayoutV3 helpful, feel free to give us a star and citation.
96
 
97
  ```bibtex
98
- @misc{cui2026rtdoclayoutrealtimeendtoenddocument,
99
- title={RT-DocLayout: Real-Time End-to-End Document Layout Analysis with Reading Order in the Wild},
100
- author={Cheng Cui and Tingquan Gao and Xueqing Wang and Changda Zhou and Hongen Liu and Ting Sun and Yubo Zhang and Zelun Zhang and Jiaxuan Liu and Manhui Lin and Yue Zhang and Suyin Liang and Yiqing Xiang and Yi Liu},
101
  year={2026},
102
- eprint={2606.23344},
103
  archivePrefix={arXiv},
104
  primaryClass={cs.CV},
105
- url={https://arxiv.org/abs/2606.23344},
106
  }
107
  ```
 
20
 
21
  <h1 align="center">
22
 
23
+ Layout Analysis Module of PaddleOCR-VL-1.5
24
 
25
  </h1>
26
 
 
34
  [![License](https://img.shields.io/badge/license-Apache_2.0-green)](./LICENSE)
35
 
36
  **🔥 [Official Website](https://www.paddleocr.com)** |
37
+ **📝 [Technical Report](https://arxiv.org/abs/2601.21957)**
38
 
39
  </div>
40
 
 
47
 
48
  **PP-DocLayoutV3 is specifically engineered to handle non-planar document images. It can directly predict multi-point bounding boxes for layout elements—as opposed to standard two-point boxes—and determine logical reading orders for skewed and curved surfaces within a single forward pass, significantly reducing cascading errors.** This model is an essential component of PaddleOCR-VL-1.5, providing crucial layout analysis for the high-precision parsing of various real-world documents in PaddleOCR-VL.
49
 
 
 
 
 
50
 
51
  ### **Model Architecture**
52
 
 
91
  If you find PP-DocLayoutV3 helpful, feel free to give us a star and citation.
92
 
93
  ```bibtex
94
+ @misc{cui2026paddleocrvl15multitask09bvlm,
95
+ title={PaddleOCR-VL-1.5: Towards a Multi-Task 0.9B VLM for Robust In-the-Wild Document Parsing},
96
+ author={Cheng Cui and Ting Sun and Suyin Liang and Tingquan Gao and Zelun Zhang and Jiaxuan Liu and Xueqing Wang and Changda Zhou and Hongen Liu and Manhui Lin and Yue Zhang and Yubo Zhang and Yi Liu and Dianhai Yu and Yanjun Ma},
97
  year={2026},
98
+ eprint={2601.21957},
99
  archivePrefix={arXiv},
100
  primaryClass={cs.CV},
101
+ url={https://arxiv.org/abs/2601.21957},
102
  }
103
  ```