Manga_OCR / huggingface-space-metadata.md
Drag2121's picture
first
a81573d
---
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