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

Fiona1019
/
PP-DocLayoutV3-ov

Object Detection
OpenVINO
PaddleOCR
English
Chinese
multilingual
pp_doclayout_v3
PaddleOCR-VL
OpenVINO
openvino-ir
intel
AIPC
ocr
layout
layout_detection
document-parsing
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PaddleOCR

    How to use Fiona1019/PP-DocLayoutV3-ov 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-ov")
    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-ov
68.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Fiona1019's picture
Fiona1019
Upload PP-DocLayoutV3 OpenVINO IR
cd159db verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    7.04 kB
    Upload PP-DocLayoutV3 OpenVINO IR 19 days ago
  • config.json
    2.46 kB
    Upload PP-DocLayoutV3 OpenVINO IR 19 days ago
  • inference.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    67 MB
    xet
    Upload PP-DocLayoutV3 OpenVINO IR 19 days ago
  • inference.xml
    1.57 MB
    Upload PP-DocLayoutV3 OpenVINO IR 19 days ago
  • inference.yml
    1.48 kB
    Upload PP-DocLayoutV3 OpenVINO IR 19 days ago
  • preprocessor_config.json
    575 Bytes
    Upload PP-DocLayoutV3 OpenVINO IR 19 days ago