Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
mlopez6132
/
textsense-ocr
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
textsense-ocr
15 kB
  • 2 contributors
History: 19 commits
Marc Allen Lopez
Implement PP-OCRv5 using official model names
edb3860 3 months ago
  • __pycache__
    Fix dots.ocr model error by switching to Qwen2-VL-2B-Instruct 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • Dockerfile
    814 Bytes
    textsense-ocr: set PPOCR_HOME to writable /tmp and create it to avoid permission errors 4 months ago
  • README.md
    197 Bytes
    initial commit 4 months ago
  • app.py
    4.58 kB
    Implement PP-OCRv5 using official model names 3 months ago
  • requirements.txt
    139 Bytes
    Switch OCR backend to PaddleOCR\n\n- Replace MiniCPM inference with PaddleOCR (CPU)\n- Simplify requirements to Paddle and PaddleOCR only\n- Use slim Python image; drop CUDA dependencies\n- Keep API compatible: /extract returns text lines\n 4 months ago