JaidedAI / EasyOCR

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
https://www.jaided.ai
Apache License 2.0
23.77k stars 3.12k forks source link

Using result for auto translation #262

Closed back2zion closed 3 years ago

back2zion commented 4 years ago

Hello. Thank you for making this great tool. As a novice(only a month to code), for making webtoon auto translation system, I started to code using easyOCR. But I got stuck after watching the great result. My question is, how to use the result after OCR recognition. I want to use the text after being recognized. But I have no idea.

my intention is 1) recognize Korean text using easyOCR 2) translate Korean into English using Google Translator or Naver Papago API. 3) Let the translated results to be located on the speech bubble.

rkcosmos commented 3 years ago

I can only answer for EasyOCR part. Do you already get korean text?

back2zion commented 3 years ago

Ah. Yes. With EasyOCR, I could get Korean text. Thank you.