Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Duplicated from  PaddlePaddle/PaddleOCR-VL

fantaxy
/
PaddleOCR-VL

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
Model card Files Files and versions
xet
Community

Instructions to use fantaxy/PaddleOCR-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PaddleOCR

    How to use fantaxy/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="fantaxy/PaddleOCR-VL")
    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
PaddleOCR-VL / PP-DocLayoutV2
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
fantaxy's picture
fantaxy
Duplicate from PaddlePaddle/PaddleOCR-VL
a335047 verified 6 months ago
  • config.json
    4.54 kB
    Duplicate from PaddlePaddle/PaddleOCR-VL 6 months ago
  • inference.pdiparams
    212 MB
    xet
    Duplicate from PaddlePaddle/PaddleOCR-VL 6 months ago
  • inference.pdmodel
    1.52 MB
    xet
    Duplicate from PaddlePaddle/PaddleOCR-VL 6 months ago
  • inference.yml
    1.48 kB
    Duplicate from PaddlePaddle/PaddleOCR-VL 6 months ago