Automatically translates manga pages from Japanese to English.
- 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
- Python 2.7
- Tesseract
- OpenCV with Python wrapper
- Node.js
- google-translate-api
- pytesseract
- NumPy, SciPy, some other Python packages