Skip to content

Moraveis/manga-translator

 
 

Repository files navigation

manga-translator

Automatically translates manga pages from Japanese to English.

How it works

  • Find text bubbles using OpenCV contour manipulations
  • OCR the text bubbles with Tesseract
  • Send the text to Google Translate
  • Typeset the translated text back into the text bubbles

Example

Untranslated

untranslated

Translated

translated

Dependencies

About

Automatically translates manga pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • JavaScript 2.9%