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