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

  • Log In
  • Sign Up

PaddlePaddle
/
PP-DocLayoutV3

Image Segmentation
PaddleOCR
English
Chinese
multilingual
PaddlePaddle
ocr
layout
layout_detection
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • PaddleOCR

    How to use PaddlePaddle/PP-DocLayoutV3 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-DocLayoutV3")
    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
PP-DocLayoutV3
132 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 10 commits
ChengCui's picture
ChengCui
Update README.md
759fee3 verified 3 months ago
  • .gitattributes
    1.58 kB
    Upload 3 files 3 months ago
  • README.md
    12 kB
    Update README.md 3 months ago
  • inference.json
    1.2 MB
    Upload 3 files 3 months ago
  • inference.pdiparams
    131 MB
    xet
    Upload 3 files 3 months ago
  • inference.yml
    1.48 kB
    Upload 3 files 3 months ago