metadata
title: OCR Text Extractor
emoji: π
colorFrom: green
colorTo: yellow
sdk: docker
pinned: false
license: mit
OCR Text Extractor
A Python-based OCR service with neobrutalist web interface.
Features
- π· Image upload via REST API
- π€ Automatic OCR using PaddleOCR/EasyOCR
- πΎ SQLite database for queue management
- π¨ Neobrutalist UI with smooth animations
- π Real-time status updates
Usage
Access the web interface at the Space URL above.
API Endpoints
- POST
/api/upload- Upload image file - GET
/api/files- Get all files - GET
/api/files/<id>- Get specific file
Supported Formats
PNG, JPG, JPEG, BMP, TIFF, WEBP, GIF, PDF
Auto-deployed from GitHub