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
- Xet hash:
- 85e567356f12714951ed8f824ffc4df8bc526e6ace1bca7002000832f6d13021
- Size of remote file:
- 32.1 MB
- SHA256:
- 810488899520e0da843b9bd9769ba4949f1c81e357f0eceb12d4a7da459c3eca
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.