Manga-Translator-TesseractOCR icon indicating copy to clipboard operation
Manga-Translator-TesseractOCR copied to clipboard

Automatically translates manga pages with Tesseract-OCR and Google Translate API for Python

Results 2 Manga-Translator-TesseractOCR issues
Sort by recently updated
recently updated
newest added

I'm trying to run the program with the example images, and I'm getting > C:\Users\Lukec\AppData\Local\Temp\manga_translate.py\venv\Scripts\python.exe: can't find '__main__' module in 'C:/Users/Lukec/AppData/Local/Temp/manga_translate.py' > > Process finished with exit code 1

I get the following error when running the OCR: Traceback (most recent call last): File "E:/Programming/Python/OCR/Manga-Translator-TesseractOCR-master/manga_translate.py", line 67, in main() File "E:/Programming/Python/OCR/Manga-Translator-TesseractOCR-master/manga_translate.py", line 25, in main blurbs = locate_bubbles.get_blurbs(img) File...