Image-Text-to-Text
PaddleOCR
Safetensors
English
Chinese
multilingual
paddleocr_vl
ERNIE4.5
PaddlePaddle
image-to-text
ocr
document-parse
layout
table
formula
chart
conversational
custom_code
Eval Results
Instructions to use PaddlePaddle/PaddleOCR-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use PaddlePaddle/PaddleOCR-VL with PaddleOCR:
# See https://www.paddleocr.ai/latest/version3.x/pipeline_usage/PaddleOCR-VL.html to installation from paddleocr import PaddleOCRVL pipeline = PaddleOCRVL(pipeline_version="v1") output = pipeline.predict("path/to/document_image.png") for res in output: res.print() res.save_to_json(save_path="output") res.save_to_markdown(save_path="output") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -286,11 +286,13 @@ We would like to thank [ERNIE](https://github.com/PaddlePaddle/ERNIE), [Keye](ht
|
|
| 286 |
If you find PaddleOCR-VL helpful, feel free to give us a star and citation.
|
| 287 |
|
| 288 |
```bibtex
|
| 289 |
-
@misc{
|
| 290 |
-
title={PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vision-Language Model},
|
| 291 |
-
author={Cui
|
| 292 |
year={2025},
|
| 293 |
-
|
| 294 |
-
|
|
|
|
|
|
|
| 295 |
}
|
| 296 |
```
|
|
|
|
| 286 |
If you find PaddleOCR-VL helpful, feel free to give us a star and citation.
|
| 287 |
|
| 288 |
```bibtex
|
| 289 |
+
@misc{cui2025paddleocrvlboostingmultilingualdocument,
|
| 290 |
+
title={PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vision-Language Model},
|
| 291 |
+
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 Handong Zheng and Jing Zhang and Jun Zhang and Yi Liu and Dianhai Yu and Yanjun Ma},
|
| 292 |
year={2025},
|
| 293 |
+
eprint={2510.14528},
|
| 294 |
+
archivePrefix={arXiv},
|
| 295 |
+
primaryClass={cs.CV},
|
| 296 |
+
url={https://arxiv.org/abs/2510.14528},
|
| 297 |
}
|
| 298 |
```
|