Image-Text-to-Text
PaddleOCR
Safetensors
English
Chinese
multilingual
paddleocr_vl
ERNIE4.5
PaddlePaddle
image-to-text
ocr
document-parse
layout
table
formula
chart
seal
spotting
conversational
custom_code
Eval Results
Instructions to use PaddlePaddle/PaddleOCR-VL-1.6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use PaddlePaddle/PaddleOCR-VL-1.6 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.6") 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
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
- chart
|
| 15 |
- seal
|
| 16 |
- spotting
|
| 17 |
-
base_model: PaddlePaddle/PaddleOCR-VL-1.
|
| 18 |
language:
|
| 19 |
- en
|
| 20 |
- zh
|
|
@@ -33,7 +33,7 @@ PaddleOCR-VL-1.6: Expanding the Frontier of Document Parsing with Under-Optimize
|
|
| 33 |
[](https://github.com/PaddlePaddle/PaddleOCR)
|
| 34 |
[](https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6)
|
| 35 |
[](https://modelscope.cn/models/PaddlePaddle/PaddleOCR-VL-1.6)
|
| 36 |
-
[](https://huggingface.co/spaces/PaddlePaddle/PaddleOCR-VL-1.
|
| 37 |
[](https://modelscope.cn/studios/PaddlePaddle/PaddleOCR-VL-1.6_Online_Demo/summary)
|
| 38 |
[](https://discord.gg/JPmZXDsEEK)
|
| 39 |
[](https://x.com/PaddlePaddle)
|
|
|
|
| 14 |
- chart
|
| 15 |
- seal
|
| 16 |
- spotting
|
| 17 |
+
base_model: PaddlePaddle/PaddleOCR-VL-1.6
|
| 18 |
language:
|
| 19 |
- en
|
| 20 |
- zh
|
|
|
|
| 33 |
[](https://github.com/PaddlePaddle/PaddleOCR)
|
| 34 |
[](https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6)
|
| 35 |
[](https://modelscope.cn/models/PaddlePaddle/PaddleOCR-VL-1.6)
|
| 36 |
+
[](https://huggingface.co/spaces/PaddlePaddle/PaddleOCR-VL-1.6_Online_Demo)
|
| 37 |
[](https://modelscope.cn/studios/PaddlePaddle/PaddleOCR-VL-1.6_Online_Demo/summary)
|
| 38 |
[](https://discord.gg/JPmZXDsEEK)
|
| 39 |
[](https://x.com/PaddlePaddle)
|