https://github.com/kocarus/manga-translator-tesseractocr
Automatically translates manga pages with Tesseract-OCR and Google Translate API for Python
https://github.com/kocarus/manga-translator-tesseractocr
google-translate-api manga ocr opencv-python pytesseract python27 tesseract-ocr translator
Last synced: 2 months ago
JSON representation
Automatically translates manga pages with Tesseract-OCR and Google Translate API for Python
- Host: GitHub
- URL: https://github.com/kocarus/manga-translator-tesseractocr
- Owner: Kocarus
- Created: 2018-08-06T10:42:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T10:28:43.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T19:22:56.400Z (3 months ago)
- Topics: google-translate-api, manga, ocr, opencv-python, pytesseract, python27, tesseract-ocr, translator
- Language: Python
- Homepage:
- Size: 4.46 MB
- Stars: 108
- Watchers: 8
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manga Translator
Automatically translates manga pages from Japanese to English. So keep finding RAW as many as possible and enjoy :sunglasses:# Dependencies
- Python 2.7 (using Python 3.x might lead to some Unicode conflict)
- [Tesseract](https://github.com/tesseract-ocr/tesseract)
- [OpenCV with Python wrapper](https://pypi.org/project/opencv-python/)
- [Google Translate API for Python](https://pypi.org/project/googletrans/)
- [Pytesseract](https://pypi.python.org/pypi/pytesseract)
- NumPy, SciPy, some other Python packages (**[PyCharm](https://www.jetbrains.com/pycharm/) is highly recommended for auto detect missing packages**)# Steps
- 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
# Result

# Original code
https://github.com/dalelyunas/manga-translator (Great code. I have modified a bit and this is beautiful for Manga Lovers :grin:)