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-FormulaNet-L-ONNX

Image-to-Text
ONNX
PaddleOCR
English
Chinese
onnxruntime
pp_formulanet
OCR
PaddlePaddle
formula_recognition
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PaddleOCR

    How to use ningpp/PP-FormulaNet-L-ONNX with PaddleOCR:

    # 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle
    # 2. pip install paddleocr
    
    from paddleocr import FormulaRecognition
    model = FormulaRecognition(model_name="PP-FormulaNet-L-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-FormulaNet-L-ONNX
727 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ningpp's picture
ningpp
Update README.md
b59c5b3 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    363 Bytes
    Update README.md 1 day ago
  • config.json
    1.4 kB
    Upload 7 files 1 day ago
  • decoder_model_merged.onnx
    342 MB
    xet
    Upload 7 files 1 day ago
  • encoder.onnx
    383 MB
    xet
    Upload 7 files 1 day ago
  • generation_config.json
    186 Bytes
    Upload 7 files 1 day ago
  • processor_config.json
    584 Bytes
    Upload 7 files 1 day ago
  • tokenizer.json
    2.14 MB
    Upload 7 files 1 day ago
  • tokenizer_config.json
    4.48 kB
    Upload 7 files 1 day ago