I am trying to use pytesseract in Python but I always end up with the following error:
raise TesseractNotFoundError() pytesseract.pytesseract.TesseractNo
You can download tesseract-ocr setup using the following link,
Tesseract for windows
Then add new variable with name tesseract in environment variables with value C:\Program Files (x86)\Tesseract-OCR\tesseract.exe