File size: 708 Bytes
b1e5920 826cc86 b1e5920 826cc86 b1e5920 826cc86 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
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*
|