tesseract error in sypder even after installation

Closed. This question needs debugging details. It is not currently accepting answers.


Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.

Closed 5 hours ago.

This post was edited and submitted for review 13 mins ago.

Edit questionDelete question

i am using the anaconda environment for working with opencv,OCR. i am getting the following error.

raise TesseractNotFoundError()

TesseractNotFoundError: C:\ProgramFiles\Tesseract-OCR esseract.exe is not installed or it’s not in your PATH. See README file for more information.

i have installed the tesseract-ocr-w64-setup-v5.0.0-alpha.20210506 and done pip install tesseract and pytesseract in the anaconda terminal.

I have set the class path too.

but i did not find the .exe file of the tesseract.

please help me to sort this out.