본문 바로가기

카테고리 없음

pytesseract, 이미지를 글자로 변환

개요

  pytesseract를 이용한, 이미지 글자 변환 방법 메모

 

내용

 

from pytesseract import *

 

text = image_to_string(img, lang="kor")