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

PaddlePaddle
/
PP-Chart2Table_safetensors

Image-to-Text
PaddleOCR
Safetensors
English
Chinese
pp_chart2table
OCR
PaddlePaddle
chart_parsing
custom_code
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • PaddleOCR

    How to use PaddlePaddle/PP-Chart2Table_safetensors with PaddleOCR:

    # 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle
    # 2. pip install paddleocr
    
    from paddleocr import ChartParsing
    model = ChartParsing(model_name="PP-Chart2Table_safetensors")
    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-Chart2Table_safetensors
2.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
xiaohei66's picture
xiaohei66
Update README.md
13f9fa5 verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 2 months ago
  • README.md
    2.5 kB
    Update README.md about 2 months ago
  • added_tokens.json
    5.69 kB
    Upload folder using huggingface_hub 2 months ago
  • chat_template.jinja
    557 Bytes
    Update chat_template.jinja about 2 months ago
  • config.json
    2 kB
    Upload folder using huggingface_hub 2 months ago
  • generation_config.json
    81 Bytes
    Upload folder using huggingface_hub 2 months ago
  • inference.yml
    49 Bytes
    Create inference.yml 2 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors
    2.24 GB
    xet
    Upload folder using huggingface_hub 2 months ago
  • preprocessor_config.json
    823 Bytes
    Upload folder using huggingface_hub 2 months ago
  • qwen.tiktoken
    2.56 MB
    add qwen.tiktoken (#1) about 2 months ago
  • special_tokens_map.json
    514 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    11.5 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    269 Bytes
    Upload folder using huggingface_hub 2 months ago
  • vocab.json
    3.38 MB
    Upload folder using huggingface_hub 2 months ago