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.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use PaddlePaddle/PaddleOCR-VL-1.5 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.5") 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
Add ParseBench evaluation results
Browse filesThis PR ensures your model shows up at https://huggingface.co/datasets/llamaindex/ParseBench.
This is based on the new evaluation results feature: https://huggingface.co/docs/hub/eval-results.
Note: this includes per-dimension performance across all 5 ParseBench dimensions (text_content, text_formatting, layout, chart, table) along with the overall mean score.
.eval_results/parsebench.yaml
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- dataset:
|
| 2 |
+
id: llamaindex/ParseBench
|
| 3 |
+
task_id: mean
|
| 4 |
+
value: 65.95
|
| 5 |
+
date: '2026-05-12'
|
| 6 |
+
source:
|
| 7 |
+
url: https://huggingface.co/datasets/llamaindex/ParseBench
|
| 8 |
+
name: ParseBench
|
| 9 |
+
user: boyang-runllama
|
| 10 |
+
notes: "Pipeline name: paddleocr_vl_1_5_pipeline"
|
| 11 |
+
- dataset:
|
| 12 |
+
id: llamaindex/ParseBench
|
| 13 |
+
task_id: text_content
|
| 14 |
+
value: 82.72
|
| 15 |
+
date: '2026-05-12'
|
| 16 |
+
source:
|
| 17 |
+
url: https://huggingface.co/datasets/llamaindex/ParseBench
|
| 18 |
+
name: ParseBench
|
| 19 |
+
user: boyang-runllama
|
| 20 |
+
notes: "Pipeline name: paddleocr_vl_1_5_pipeline"
|
| 21 |
+
- dataset:
|
| 22 |
+
id: llamaindex/ParseBench
|
| 23 |
+
task_id: text_formatting
|
| 24 |
+
value: 54.27
|
| 25 |
+
date: '2026-05-12'
|
| 26 |
+
source:
|
| 27 |
+
url: https://huggingface.co/datasets/llamaindex/ParseBench
|
| 28 |
+
name: ParseBench
|
| 29 |
+
user: boyang-runllama
|
| 30 |
+
notes: "Pipeline name: paddleocr_vl_1_5_pipeline"
|
| 31 |
+
- dataset:
|
| 32 |
+
id: llamaindex/ParseBench
|
| 33 |
+
task_id: layout
|
| 34 |
+
value: 77.78
|
| 35 |
+
date: '2026-05-12'
|
| 36 |
+
source:
|
| 37 |
+
url: https://huggingface.co/datasets/llamaindex/ParseBench
|
| 38 |
+
name: ParseBench
|
| 39 |
+
user: boyang-runllama
|
| 40 |
+
notes: "Pipeline name: paddleocr_vl_1_5_pipeline"
|
| 41 |
+
- dataset:
|
| 42 |
+
id: llamaindex/ParseBench
|
| 43 |
+
task_id: chart
|
| 44 |
+
value: 47.62
|
| 45 |
+
date: '2026-05-12'
|
| 46 |
+
source:
|
| 47 |
+
url: https://huggingface.co/datasets/llamaindex/ParseBench
|
| 48 |
+
name: ParseBench
|
| 49 |
+
user: boyang-runllama
|
| 50 |
+
notes: "Pipeline name: paddleocr_vl_1_5_pipeline"
|
| 51 |
+
- dataset:
|
| 52 |
+
id: llamaindex/ParseBench
|
| 53 |
+
task_id: table
|
| 54 |
+
value: 67.38
|
| 55 |
+
date: '2026-05-12'
|
| 56 |
+
source:
|
| 57 |
+
url: https://huggingface.co/datasets/llamaindex/ParseBench
|
| 58 |
+
name: ParseBench
|
| 59 |
+
user: boyang-runllama
|
| 60 |
+
notes: "Pipeline name: paddleocr_vl_1_5_pipeline"
|