Instructions to use pdomain/PP-DocLayout_plus-L with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use pdomain/PP-DocLayout_plus-L 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") 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:
- 81da6ad0473843faf282434be9b505488025c18d85ebb3e1a6eed8069f84f149
- Size of remote file:
- 132 MB
- SHA256:
- fa00c2cf5285eeec58c47d5c91d0950f34d61af8a2a484137790278cca899b98
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.