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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Customizing the model for new labels

#9 opened about 2 months ago by
DHackbarthHSB

PP-DocLayoutV3 Inference Benchmark: SafeTensor vs ONNX vs PaddlePaddle

#8 opened about 2 months ago by
andynoodles

serving (like vllm, etc)

#7 opened about 2 months ago by
prudant

英文版面分析不太行

#6 opened 2 months ago by
Macropodus

OCR-Format

#5 opened 2 months ago by
BigTiger78

I want to know the language coverage

#4 opened 2 months ago by
aoiandroid

What is the input resolution?

#3 opened 3 months ago by
wamreyaz

Output dimension

1
#2 opened 3 months ago by
SuHu753

PP-DocLayoutV3 ONNX Version

👍 3
5
#1 opened 3 months ago by
alex-dinh
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs