|
--- |
|
title: Manga OCR Translator |
|
emoji: π |
|
colorFrom: indigo |
|
colorTo: purple |
|
sdk: docker |
|
app_port: 8000 |
|
pinned: false |
|
license: mit |
|
--- |
|
|
|
# Manga OCR Translator |
|
|
|
Translate manga images from URLs or PDF files using OCR and machine translation. The API returns each translated image as soon as it's processed, without waiting for the entire batch to complete. |
|
|
|
## Features |
|
|
|
- Manga URL Translation |
|
- PDF Translation |
|
- Multiple Translation Engines |
|
- Streaming Response |
|
- Multiple Languages Support |
|
|
|
## API Endpoints |
|
|
|
- `/translate/url` - Translate manga from a URL |
|
- `/translate/pdf` - Translate manga from a PDF file |
|
- `/docs` - API documentation |