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

31adenchia
/
test-paddleocr-vl

Image-Text-to-Text
PaddleOCR
Safetensors
English
Chinese
multilingual
paddleocr_vl
ERNIE4.5
PaddlePaddle
image-to-text
ocr
document-parse
layout
table
formula
chart
conversational
custom_code
Model card Files Files and versions
xet
Community

Instructions to use 31adenchia/test-paddleocr-vl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PaddleOCR

    How to use 31adenchia/test-paddleocr-vl with PaddleOCR:

    # See https://www.paddleocr.ai/latest/version3.x/pipeline_usage/PaddleOCR-VL.html to installation
    
    from paddleocr import PaddleOCRVL
    pipeline = PaddleOCRVL(pipeline_version="31adenchia/test-paddleocr-vl")
    output = pipeline.predict("path/to/document_image.png")
    for res in output:
    	res.print()
    	res.save_to_json(save_path="output")
    	res.save_to_markdown(save_path="output")
  • Notebooks
  • Google Colab
  • Kaggle
test-paddleocr-vl
1.93 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
31adenchia's picture
31adenchia
Upload 18 files
5b34c29 verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload 18 files 4 months ago
  • LICENSE
    11.4 kB
    Upload 18 files 4 months ago
  • README.md
    26.8 kB
    Upload 18 files 4 months ago
  • added_tokens.json
    25.4 kB
    Upload 18 files 4 months ago
  • chat_template.jinja
    1.47 kB
    Upload 18 files 4 months ago
  • config.json
    2.06 kB
    Upload 18 files 4 months ago
  • configuration_paddleocr_vl.py
    8.1 kB
    Upload 18 files 4 months ago
  • generation_config.json
    133 Bytes
    Upload 18 files 4 months ago
  • image_processing_paddleocr_vl.py
    25 kB
    Upload 18 files 4 months ago
  • inference.yml
    39 Bytes
    Upload 18 files 4 months ago
  • model.safetensors
    1.92 GB
    xet
    Upload 18 files 4 months ago
  • modeling_paddleocr_vl.py
    111 kB
    Upload 18 files 4 months ago
  • preprocessor_config.json
    641 Bytes
    Upload 18 files 4 months ago
  • processing_paddleocr_vl.py
    12.3 kB
    Upload 18 files 4 months ago
  • processor_config.json
    137 Bytes
    Upload 18 files 4 months ago
  • special_tokens_map.json
    1.15 kB
    Upload 18 files 4 months ago
  • tokenizer.json
    11.2 MB
    xet
    Upload 18 files 4 months ago
  • tokenizer.model
    1.61 MB
    xet
    Upload 18 files 4 months ago
  • tokenizer_config.json
    186 kB
    Upload 18 files 4 months ago