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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mikoy92
/
PP-OCRv6-tiny-det-mlx

Image-to-Text
MLX
Safetensors
PaddleOCR
English
Chinese
pp_ocrv6_small_det
OCR
PaddlePaddle
textline_detection
pp_ocrv6_tiny_det
Model card Files Files and versions
xet
Community

Instructions to use mikoy92/PP-OCRv6-tiny-det-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use mikoy92/PP-OCRv6-tiny-det-mlx with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir PP-OCRv6-tiny-det-mlx mikoy92/PP-OCRv6-tiny-det-mlx
  • PaddleOCR

    How to use mikoy92/PP-OCRv6-tiny-det-mlx with PaddleOCR:

    # 1. See https://www.paddlepaddle.org.cn/en/install to install paddlepaddle
    # 2. pip install paddleocr
    
    from paddleocr import TextDetection
    model = TextDetection(model_name="PP-OCRv6-tiny-det-mlx")
    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
  • Local Apps Settings
  • LM Studio
PP-OCRv6-tiny-det-mlx
1.82 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mikoy92's picture
mikoy92
Add explicit pp_ocrv6_tiny_det tag
a48e11b verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    764 Bytes
    Add explicit pp_ocrv6_tiny_det tag 17 days ago
  • config.json
    2.9 kB
    Upload folder using huggingface_hub 17 days ago
  • model.safetensors
    1.79 MB
    xet
    Upload folder using huggingface_hub 17 days ago
  • model.safetensors.index.json
    27.6 kB
    Upload folder using huggingface_hub 17 days ago
  • preprocessor_config.json
    902 Bytes
    Upload folder using huggingface_hub 17 days ago