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
|
@@ -244,31 +244,32 @@ The evaluation set is broadly categorized into 11 chart categories, including ba
|
|
| 244 |
### Text
|
| 245 |
|
| 246 |
<div align="center">
|
| 247 |
-
<img src="./imgs/text_english_arabic.jpg" width="
|
| 248 |
-
<img src="./imgs/text_handwriting_02.jpg" width="
|
| 249 |
</div>
|
| 250 |
|
| 251 |
|
| 252 |
### Table
|
| 253 |
|
| 254 |
<div align="center">
|
| 255 |
-
<img src="./imgs/table_01.jpg" width="
|
| 256 |
-
<img src="./imgs/table_02.jpg" width="
|
| 257 |
</div>
|
| 258 |
|
| 259 |
|
| 260 |
### Formula
|
| 261 |
|
| 262 |
<div align="center">
|
| 263 |
-
<img src="./imgs/formula_EN.jpg" width="
|
| 264 |
-
<img src="./imgs/
|
| 265 |
</div>
|
| 266 |
|
|
|
|
| 267 |
### Chart
|
| 268 |
|
| 269 |
<div align="center">
|
| 270 |
-
<img src="./imgs/chart_01.jpg" width="
|
| 271 |
-
<img src="./imgs/chart_02.jpg" width="
|
| 272 |
</div>
|
| 273 |
|
| 274 |
|
|
|
|
| 244 |
### Text
|
| 245 |
|
| 246 |
<div align="center">
|
| 247 |
+
<img src="./imgs/text_english_arabic.jpg" width="300" style="display: inline-block;"/>
|
| 248 |
+
<img src="./imgs/text_handwriting_02.jpg" width="300" style="display: inline-block;"/>
|
| 249 |
</div>
|
| 250 |
|
| 251 |
|
| 252 |
### Table
|
| 253 |
|
| 254 |
<div align="center">
|
| 255 |
+
<img src="./imgs/table_01.jpg" width="300" style="display: inline-block;"/>
|
| 256 |
+
<img src="./imgs/table_02.jpg" width="300" style="display: inline-block;"/>
|
| 257 |
</div>
|
| 258 |
|
| 259 |
|
| 260 |
### Formula
|
| 261 |
|
| 262 |
<div align="center">
|
| 263 |
+
<img src="./imgs/formula_EN.jpg" width="300" style="display: inline-block;"/>
|
| 264 |
+
<img src="./imgs/formula_ZH.jpg" width="300" style="display: inline-block;"/>
|
| 265 |
</div>
|
| 266 |
|
| 267 |
+
|
| 268 |
### Chart
|
| 269 |
|
| 270 |
<div align="center">
|
| 271 |
+
<img src="./imgs/chart_01.jpg" width="300" style="display: inline-block;"/>
|
| 272 |
+
<img src="./imgs/chart_02.jpg" width="300" style="display: inline-block;"/>
|
| 273 |
</div>
|
| 274 |
|
| 275 |
|