0
Tesseract를 설치하기 위해 여러 가지 방법을 시도했지만 제대로 작동하지 않는 것 같습니다. 나는 맥에있어이 나는 사람이 내가 정팔 포체와 함께이 문제를 해결할 수있는 방법을 알고 있나요tesseract 설치 중 오류 Mac OS
txt = pytesseract.image_to_string(image, lang='eng')
File "/Users/user/anaconda/lib/python2.7/site-packages/pytesseract/pytesseract.py", line 161, in image_to_string
config=config)
File "/Users/user/anaconda/lib/python2.7/site-packages/pytesseract/pytesseract.py", line 94, in run_tesseract
stderr=subprocess.PIPE)
File "/Users/user/anaconda/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/Users/user/anaconda/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
가 계속 오류인가?
'이미지'란 무엇입니까? 파일 경로? 그게 존재합니까? –
또는'pytesseract'가'tesseract'를 실행하려고합니까? 귀하의 질문에 tesseract 설치가 표시되지 않으므로 ** 오류 ** 무엇입니까? –