파이썬 Tesseract 사용하기 -2 : 패키지 설치 / 예제
패키지 설치 다음 명령어로 파이썬 tesseract 패키지를 설치합니다. pip install pytesseract 예제 사용한 한글 이미지 사용한 영어 이미지 예제 코드입니다. import pytesseract as ts from PIL import Image img = Image.open('son.png') img2 = Image.open('son2.png') text = ts.image_to_string(img, lang='kor') text2 = ts.image_to_string(img2, lang='eng') print(text) print() print(text2) 손름민(토트넘)이 아시아 선수 시장가치서 압도적인 1위에 올랐다. 일본 매체 산케이스포즈는 4일 독일 트인 트랜스퍼마르크트의 자료..