Итак, моя версия conda - 4.8.3. Я новичок в установке tesseract и anaconda. Установил tesseract с помощью следующей команды:
`conda install -c conda-forge pytesseract`
`conda install -c conda-forge/label/cf202003 pytesseract `
Теперь, когда я пытаюсь запустить простое изображение в код ocr, я получаю следующую ошибку:
File "C:\Users\user\Anaconda3\lib\site-packages\pytesseract\pytesseract.py", line 232, in
run_tesseract Raise TesseractNotFoundError()
TesseractNotFoundError: tesseract is not installed or it's not in your path