| title | Image Data Extract Python |
|---|---|
| emoji | 📄 |
| colorFrom | blue |
| colorTo | purple |
| sdk | docker |
| pinned | false |
AI-Powered OCR System for Handwritten and Printed Text Recognition
Developer: issu321
Repository: https://github.com/issu321/Image-Data-Extract-Python
- Go to huggingface.co/spaces and click "Create new Space"
- Choose Space name, set SDK to
Docker - In your local project folder, run:
git init
git remote add origin https://huggingface.co/spaces/<your-username>/image-data-extract-python
git add .
git commit -m "Deploy ready"
git push -u origin mainHugging Face will auto-build the Docker image and launch your app at https://<your-username>-image-data-extract-python.hf.space
- Multi Language OCR — English, Hindi, Kannada
- Handwriting Recognition
- Auto Language Detection
- Export TXT
- Dark Mode
- Crash-Safe Engines — Tesseract primary, EasyOCR/PaddleOCR optional & isolated
- Responsive Design
- Tesseract OCR — Primary (stable, supports eng/hin/kan)
- EasyOCR — Optional AI engine (subprocess-tested so crashes never kill the app)
- PaddleOCR — Optional secondary engine
- OpenCV — Preprocessing (grayscale, denoise, CLAHE, threshold, sharpen)
bash install.sh # Linux / macOS / Kali
# OR
install.bat # Windowssource venv/bin/activate
python app.py