Tesseract text2image

2021. 3. 28. 15:30파이썬/OCR

--char_spacing 1 : 글자간의 간격을 1로 셋팅

--find_fonts : 폰트를 찾아서 실행

--outputbase ./work/output/ : 해당 위치에 결과 이미지 생성(마지막에 '/'가 없으면, 디렉토리 제대로 찾지 못함)

text2image --text ./work/words.txt --outputbase ./work/output/ --fontconfig_tmpdir ./work/tmp --fonts_dir C:/Windows/Fonts --char_spacing 1 --find_fonts

'파이썬 > OCR' 카테고리의 다른 글

OCR Tesseract inttemp not found  (0) 2021.04.18
Tesseract 사용 가능한 Font 확인  (0) 2021.03.28
Tesseract TR 생성시 인식률 높이기  (0) 2021.03.08
이미지 임계처리  (0) 2021.02.13
사진속 글자 검출 참조  (0) 2021.02.13