이미지의 텍스트를 쉽게 한국어, 영어, 일본어로 바꾸어주는 모듈 https://pypi.org/project/image2text/
pip install image2text
from image2text.statement import *
- image file path -> text
path_to_full_text(image_path, lang)
image_path : local file path lang : 'ko', 'en', 'jp'(maybe test...)
- image url -> text
url_to_full_text(url, lang)
url : image url lang : 'ko', 'en', 'jp'(maybe test...)