Как мне установить tesseract-ocr, если я получаю эту ошибку - PullRequest
1 голос
/ 22 мая 2019

Я узнал о pytesseract и OCR с python, поэтому я хотел попробовать его и чтобы он работал, мне нужно установить tesseract-ocr с помощью pip install на windows, но он не работает, и я получаю ошибку.У меня уже установлены pytesseract и tesseract, но не tesseract-ocr.

Я также пытался загрузить tesseract-ocr из pycharm, но он не работает, я также скачал Leptonica, но это не помоглочто-нибудь.Итак, как мне это исправить?

Вот ошибка:

Installing collected packages: tesseract-ocr
  Running setup.py install for tesseract-ocr ... error
    ERROR: Complete output from command 'C:\Users\PC\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-6mlxue4n\\tesseract-ocr\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\PC\AppData\Local\Temp\pip-record-1s62w6u0\install-record.txt' --single-version-externally-managed --compile:
    ERROR: running install
    running build
    running build_py
    file tesseract_ocr.py (for module tesseract_ocr) not found
    file tesseract_ocr.py (for module tesseract_ocr) not found
    running build_ext
    building 'tesseract_ocr' extension
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
    ----------------------------------------
ERROR: Command "'C:\Users\PC\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-6mlxue4n\\tesseract-ocr\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\PC\AppData\Local\Temp\pip-record-1s62w6u0\install-record.txt' --single-version-externally-managed --compile" failed with error code 1 in C:\Users\PC\AppData\Local\Temp\pip-install-6mlxue4n\tesseract-ocr\
...