blueaxis / Poricom

Optical character recognition in manga images. Manga OCR desktop application
GNU General Public License v3.0
297 stars 18 forks source link

add OCR for manhwa and manhua and webtoon [enhancements] #70

Open wolfkingal2000 opened 1 year ago

wolfkingal2000 commented 1 year ago

Add Chinese and Korea and english to OCR model thanks

blueaxis commented 12 months ago

EN, KR and CN is supported using Tesseract models. Or do you mean adding support using MangaOCR model? If so, that is not possible since you need to train another model for that. See this issue for more info.

wolfkingal2000 commented 12 months ago

EN, KR and CN is supported using Tesseract models. Or do you mean adding support using MangaOCR model? If so, that is not possible since you need to train another model for that. See this issue for more info.

Yes add model like Manga OCR model in JP real good job and about Tesseract I don't know how installed I try to pip but don't work if you can to add automate to software can be real good I mean download and installed in software

blueaxis commented 12 months ago

Have you read the issue I've linked above? As mentioned, it is not possible to add another language in MangaOCR, you need another model for that. This app (Poricom) is only a GUI wrapper and I didn't train the models used for text detection or translation.

As for Tesseract, what OS are you using? If you are on Windows you don't have to install anything, just download the zip file under releases. If you're on another OS or if you want to set it up locally, follow the instructions in the README.