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

  • Log In
  • Sign Up

PaddlePaddle
/
PP-LCNet_x1_0_table_cls

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

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

  • Libraries
  • PaddleOCR

    How to use PaddlePaddle/PP-LCNet_x1_0_table_cls with PaddleOCR:

    # 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle
    # 2. pip install paddleocr
    
    from paddleocr import TableClassification
    model = TableClassification(model_name="PP-LCNet_x1_0_table_cls")
    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-LCNet_x1_0_table_cls
6.86 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Tingquan's picture
Tingquan
Add tag: wired_table_classification
2fa6323 verified 10 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 11 months ago
  • README.md
    11.6 kB
    Add tag: wired_table_classification 10 months ago
  • config.json
    2.54 kB
    Upload folder using huggingface_hub 11 months ago
  • inference.json
    104 kB
    Upload folder using huggingface_hub 11 months ago
  • inference.pdiparams
    6.74 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • inference.yml
    762 Bytes
    Upload folder using huggingface_hub 11 months ago