-
[ocr] 맥(osx)에 tesseract 설치하기 (used brew)AI 2020. 12. 10. 11:08
Install
$ brew install imagemagick $ brew install tesseract $ brew install tesseract-lang $ tesseract --list-langs
Test
$ convert input.png -resize 400% -type Grayscale input.tif $ tesseract -l eng input.tif output
Result:
Reference:
'AI' 카테고리의 다른 글
How to convert pt to tflite (yolov5 to tensorflow lite) tflite로 변환 (7) 2021.01.19 iter(dataloader) 시 TypeError: cannot pickle 'Environment' object (0) 2020.12.14 AI 기사 스크랩 - 민간이 '인공지능 뉴딜'에 뛰어든 이유 (0) 2020.08.05 [pytorch] MLP model source code by python (0) 2020.04.24 [pytorch] How to use nn.CrossEntropyLoss() 사용법 (0) 2020.04.21