Automatically translates manga pages from Japanese to English. So keep finding RAW as many as possible and enjoy 😎
- Python 2.7 (using Python 3.x might lead to some Unicode conflict)
- Tesseract
- OpenCV with Python wrapper
- Google Translate API for Python
- Pytesseract
- NumPy, SciPy, some other Python packages (PyCharm is highly recommended for auto detect missing packages)
-
Add your images in ascending order into "img" folder and then create a new folder named "translated" in the repo
-
Run manga_translate.py to extract texts and perform translation
https://github.com/dalelyunas/manga-translator (Great code. I have modified a bit and this is beautiful for Manga Lovers 😁)