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
Commit History
Update README.md 650f07a verified
Update README.md 83c85c0 verified
add arxiv url c448539 verified
Update README.md 41d4f54 verified
Update README.md dac2873 verified
Update README.md d04a107 verified
fix readme 02c3113
zhangyue66 commited on
update transformers usage 936e211
zhangyue66 commited on
update readme de629dc
zhangyue66 commited on
Upload folder using huggingface_hub d71e5bf verified
Upload folder using huggingface_hub 113023a verified
fix code 1658ff5 verified
update transformers demo and metrics 574ef17 verified
Update README.md e70cc4a verified
Update README.md faf1f2d verified
Update README.md 05e1249 verified
Update README.md 8d5e0ac verified
Update README.md 2fd1918 verified
Update README.md 9c28f6e verified
update usage ba895ca
zhangyue66 commited on
add the version of transformers 3dd3f89
zhangyue66 commited on