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
Upload ERNIE AI Developer Challenge Project.pdf
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
PP-DocLayoutV2/inference.pdiparams filter=lfs diff=lfs merge=lfs -text
|
| 37 |
PP-DocLayoutV2/inference.pdmodel filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
PP-DocLayoutV2/inference.pdiparams filter=lfs diff=lfs merge=lfs -text
|
| 37 |
PP-DocLayoutV2/inference.pdmodel filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ERNIE[[:space:]]AI[[:space:]]Developer[[:space:]]Challenge[[:space:]]Project.pdf filter=lfs diff=lfs merge=lfs -text
|
ERNIE AI Developer Challenge Project.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87bb821d0e1cfd34558831c67c4052573482c520f8e34bb28e23e17074850403
|
| 3 |
+
size 529790
|