Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 796 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 796 Bytes

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