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*