Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ningpp
/
PP-DocLayoutV3-ONNX

Object Detection
ONNX
PaddleOCR
English
Chinese
multilingual
onnxruntime
pp_doclayout_v3
PaddlePaddle
image-segmentation
ocr
layout
layout_detection
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PaddleOCR

    How to use ningpp/PP-DocLayoutV3-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-DocLayoutV3-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
PP-DocLayoutV3-ONNX
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ningpp's picture
ningpp
Upload 5 files
931c329 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    426 Bytes
    Upload 5 files 2 days ago
  • config.json
    2.46 kB
    Upload 5 files 2 days ago
  • inference.yml
    1.48 kB
    Upload 5 files 2 days ago
  • model.onnx
    134 MB
    xet
    Upload 5 files 2 days ago
  • preprocessor_config.json
    575 Bytes
    Upload 5 files 2 days ago