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
Add olmOCR-bench old_scans result (community)
#9
by davanstrien HF Staff - opened
.eval_results/olmocrbench.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- dataset:
|
| 2 |
+
id: allenai/olmOCR-bench
|
| 3 |
+
task_id: old_scans
|
| 4 |
+
value: 38.6
|
| 5 |
+
date: "2026-06-27"
|
| 6 |
+
source:
|
| 7 |
+
url: https://github.com/davanstrien/ocr-bench/tree/d07a41232/experiments/olmocr-bench-oldscans
|
| 8 |
+
name: ocr-bench — old_scans eval
|
| 9 |
+
user: davanstrien
|
| 10 |
+
notes: "PaddleOCR-VL-1.6 pipeline, greedy, no tuning; old_scans.jsonl sub-score"
|