Instructions to use PaddlePaddle/PP-OCRv6_medium_det_onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use PaddlePaddle/PP-OCRv6_medium_det_onnx with PaddleOCR:
# 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle # 2. pip install paddleocr from paddleocr import TextDetection model = TextDetection(model_name="PP-OCRv6_medium_det_onnx") 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:
- 463732affa49c479c2d6319a0962c5c0889f6044fa999a9b93edbda807cefe2c
- Size of remote file:
- 62 MB
- SHA256:
- eb13b44b25bb36f89528b68720af8a61d9cf381176107f465db1757b65d086e1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.