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

bluolightning
/
PaddleOCRv5-Server-Det-For-Manga

Image-to-Text
PaddleOCR
Japanese
OCR
textline_detection
PaddlePaddle
Model card Files Files and versions
xet
Community

Instructions to use bluolightning/PaddleOCRv5-Server-Det-For-Manga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PaddleOCR

    How to use bluolightning/PaddleOCRv5-Server-Det-For-Manga 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="PaddleOCRv5-Server-Det-For-Manga")
    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
PaddleOCRv5-Server-Det-For-Manga
88.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
bluolightning's picture
bluolightning
Update README.md
fb836a1 verified 8 months ago
  • .gitattributes
    1.67 kB
    Add correct inference files 8 months ago
  • README.md
    1.55 kB
    Update README.md 8 months ago
  • config.yml
    4.68 kB
    Upload model files 8 months ago
  • inference.json
    402 kB
    Add correct inference files 8 months ago
  • inference.pdiparams
    87.9 MB
    xet
    Add correct inference files 8 months ago
  • inference.yml
    904 Bytes
    Add correct inference files 8 months ago