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

  • Log In
  • Sign Up

PaddlePaddle
/
UVDoc

Image-to-Text
PaddleOCR
English
Chinese
OCR
PaddlePaddle
doc_img_unwarping
Model card Files Files and versions
xet
Community
1

Instructions to use PaddlePaddle/UVDoc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PaddleOCR

    How to use PaddlePaddle/UVDoc with PaddleOCR:

    # 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle
    # 2. pip install paddleocr
    
    from paddleocr import TextImageUnwarping
    model = TextImageUnwarping(model_name="UVDoc")
    output = model.predict(input="path/to/image.png", batch_size=1)
    for res in output:
        res.print()
        res.save_to_img(save_path="./output/")
        res.save_to_json(save_path="./output/res.json")
  • Notebooks
  • Google Colab
  • Kaggle
UVDoc
32.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Tingquan's picture
Tingquan
Add tag: doc_img_unwarping
16c3f0e verified 10 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 11 months ago
  • README.md
    4.46 kB
    Add tag: doc_img_unwarping 10 months ago
  • config.json
    1.49 kB
    Upload folder using huggingface_hub 11 months ago
  • inference.json
    191 kB
    Upload folder using huggingface_hub 11 months ago
  • inference.pdiparams
    32.1 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • inference.yml
    330 Bytes
    Upload folder using huggingface_hub 11 months ago