Manga AI OCR Translator avatar

Manga AI OCR Translator

Pricing

Pay per event

Go to Apify Store
Manga AI OCR Translator

Manga AI OCR Translator

Extract and translate text from manga images using Nano Banana AI. Processes manga panel images to extract text in multiple languages and translates to multiple target languages simultaneously. Each extracted text includes the original text and translations to all selected languages.

Pricing

Pay per event

Rating

5.0

(1)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

2

Bookmarked

85

Total users

3

Monthly active users

4 days ago

Last modified

Share

ParseForge Banner

πŸ–ΌοΈ Manga OCR Translator

πŸš€ Extract and translate text from manga images in minutes. Upload manga panels, choose source and target languages, and get translated text. Supports 16 source languages and any target language. No coding, no translation accounts required.

πŸ•’ Last updated: 2026-04-16 Β· 🌐 16 source languages Β· πŸ“ OCR + translation Β· πŸ”„ Two-step translation Β· 🚫 No auth required

The Manga OCR Translator reads text from manga panel images, recognizes it using OCR, and translates it to your target language. Each result returns the original text, detected language, translated text in one or more languages, and text bounding boxes. Supports 16 source languages including Japanese, Korean, Chinese, English, and more.

The Actor includes an optional two-step translation enhancer that runs the text through an LLM for more natural, context-aware manga translations.

🎯 Target AudienceπŸ’‘ Primary Use Cases
Manga fans, translation teams, publishers, scanlation groups, localization services, accessibility toolsManga translation, webtoon localization, OCR text extraction, multilingual publishing, fan translation

πŸ“‹ What the Manga OCR Translator does

Image-to-translation in one step:

  • πŸ–ΌοΈ Image input. Upload manga panel image URLs for OCR processing.
  • 🌐 16 source languages. Japanese, Korean, Chinese (Simplified/Traditional), English, French, German, Spanish, and more.
  • 🌍 Any target language. Translate extracted text to one or more target languages.
  • πŸ”„ Translation enhancer. Optional two-step LLM process for more natural manga translations.

Each result includes the original extracted text, detected source language, translations in each target language, and text positions within the image.

πŸ’‘ Why it matters: translating manga page by page requires reading Japanese/Korean text, typing it out, and running it through translators. This Actor combines OCR and translation in a single pipeline, processing entire chapters in minutes.


🎬 Full Demo

🚧 Coming soon: a 3-minute walkthrough showing how to go from upload to translated text.


βš™οΈ Input

InputTypeDefaultBehavior
imageUrlsarray[]Manga image URLs to process.
originalLanguagestring"ja"Source language of the manga text (e.g. "ja", "ko", "zh").
targetLanguagesarray["en"]One or more target languages for translation.
enableLingoTranslationEnhancerbooleanfalseTwo-step LLM translation for more natural results.

Example: translate Japanese manga panels to English.

{
"imageUrls": ["https://example.com/manga-page-1.jpg", "https://example.com/manga-page-2.jpg"],
"originalLanguage": "ja",
"targetLanguages": ["en"]
}

Example: Korean webtoon to English and Spanish with enhancer.

{
"imageUrls": ["https://example.com/webtoon-1.jpg"],
"originalLanguage": "ko",
"targetLanguages": ["en", "es"],
"enableLingoTranslationEnhancer": true
}

⚠️ Good to Know: OCR accuracy depends on image quality and text clarity. Clean, high-resolution scans produce the best results. Very stylized or hand-drawn text may have lower recognition accuracy.


πŸ“Š Output

Each processed image returns OCR + translation data. Download the dataset as CSV, Excel, JSON, or XML.

🧾 Schema

FieldTypeExample
πŸ–ΌοΈ imageUrlstring"https://example.com/manga-page-1.jpg"
πŸ“ originalTextstring"γ“γ‚“γ«γ‘γ―δΈ–η•Œ"
🌐 detectedLanguagestring"ja"
🌍 translationsobject{ "en": "Hello world" }
πŸ“ textBoundsarray[{ x, y, width, height }]
⏱️ processingTimeMsnumber2400
πŸ•’ createdAtISO 8601"2026-04-16T00:00:00.000Z"

πŸ“¦ Sample records


✨ Why choose this Actor

Capability
🌐16 source languages. Japanese, Korean, Chinese, English, French, German, and more.
🌍Any target language. Translate to one or multiple languages simultaneously.
πŸ”„Translation enhancer. Optional LLM step for natural manga-style translations.
πŸ“Text positions. Bounding box coordinates for each detected text region.
πŸ“¦Batch processing. Upload multiple pages and translate them all in one run.
⚑Fast. Typical panels process in 2-4 seconds each.
🚫No accounts needed. No translation API keys required from you.

πŸ“Š The global manga market exceeds $10 billion annually, with growing demand for localized editions. Automated OCR + translation makes fan translations and professional localization faster and more accessible.


πŸ“ˆ How it compares to alternatives

ApproachCostLanguagesOCR + translateBatchSetup
⭐ Manga OCR Translator (this Actor)$5 free credit, then pay-per-use16 source, any targetCombinedYes⚑ 2 min
Manual OCR + Google TranslateFreeManySeparate stepsNoπŸ•’ Per page
Paid translation services$0.10-0.20/wordManySeparateSome⏳ Hours
Manga translation appsFree-$10/monthLimitedCombinedLimitedπŸ•’ Variable

Pick this Actor when you want OCR + translation in a single pipeline, with batch support and natural-language enhancement.


πŸš€ How to use

  1. πŸ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the Manga OCR Translator page on the Apify Store.
  3. 🎯 Set input. Upload image URLs, pick source and target languages.
  4. πŸš€ Run it. Click Start and let the Actor process your panels.
  5. πŸ“₯ Download. Grab your translations in the Dataset tab as CSV, Excel, JSON, or XML.

⏱️ Total time from signup to translated text: 3-5 minutes. No coding required.


πŸ’Ό Business use cases

πŸ“š Translation Teams & Publishers

  • Batch-translate manga chapters for localization
  • Extract text for professional translator review
  • Process multiple source languages in one run
  • Build translation memory databases

🌐 Fan Translation & Scanlation

  • Speed up fan translation workflows
  • Process entire volumes in batch
  • Support multi-language releases
  • Combine with manga colorizer for full production

πŸŽ“ Language Learning & Research

  • Study original text alongside translations
  • Build parallel text corpora from manga
  • Analyze translation quality across languages
  • Create language learning materials from manga

β™Ώ Accessibility

  • Extract text from image-only manga for screen readers
  • Create text-based versions of visual content
  • Build searchable text archives from manga
  • Support assistive technology integration

πŸ”Œ Automating Manga OCR Translator

Control the translator programmatically for batch processing and pipeline integrations:

  • 🟒 Node.js. Install the apify-client NPM package.
  • 🐍 Python. Use the apify-client PyPI package.
  • πŸ“š See the Apify API documentation for full details.

❓ Frequently Asked Questions


πŸ”Œ Integrate with any app

Manga OCR Translator connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get notifications when translations are ready
  • Airbyte - Pipe results into your pipeline
  • GitHub - Trigger from commits
  • Google Drive - Export translations to Drive

πŸ’‘ Pro Tip: browse the complete ParseForge collection for more creative and translation tools.


πŸ†˜ Need Help? Open our contact form to request a new tool, propose a custom project, or report an issue.


⚠️ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by any manga publisher or OCR provider. All trademarks mentioned are the property of their respective owners.