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
|
@@ -39,7 +39,6 @@ PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vi
|
|
| 39 |
[](./LICENSE)
|
| 40 |
|
| 41 |
**🔥 Official Website**: [Baidu AI Studio](https://aistudio.baidu.com/paddleocr) |
|
| 42 |
-
**🔥 Official Demo**: [Baidu AI Studio](https://aistudio.baidu.com/application/detail/98365) |
|
| 43 |
**📝 arXiv**: [Technical Report](https://arxiv.org/pdf/2510.14528)
|
| 44 |
|
| 45 |
</div>
|
|
|
|
| 39 |
[](./LICENSE)
|
| 40 |
|
| 41 |
**🔥 Official Website**: [Baidu AI Studio](https://aistudio.baidu.com/paddleocr) |
|
|
|
|
| 42 |
**📝 arXiv**: [Technical Report](https://arxiv.org/pdf/2510.14528)
|
| 43 |
|
| 44 |
</div>
|