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

  • Log In
  • Sign Up

PaddlePaddle
/
PicoDet_layout_1x

Image-to-Text
PaddleOCR
English
Chinese
OCR
PaddlePaddle
layout_detection
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PaddleOCR

    How to use PaddlePaddle/PicoDet_layout_1x 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="PicoDet_layout_1x")
    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
PicoDet_layout_1x
7.69 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Tingquan's picture
Tingquan
Add tag: layout_detection
56b2510 verified 10 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 11 months ago
  • README.md
    6.6 kB
    Add tag: layout_detection 10 months ago
  • config.json
    4.41 kB
    Upload folder using huggingface_hub 11 months ago
  • inference.json
    396 kB
    Upload folder using huggingface_hub 11 months ago
  • inference.pdiparams
    7.28 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • inference.yml
    1.39 kB
    Upload folder using huggingface_hub 11 months ago