OCR / README.md
github-actions[bot]
Auto-deploy from GitHub: 48eb1bb0a56448763c25a67b22cabdf45eae8a7e
826cc86
---
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*