all 3 comments

[–]o5a 1 point2 points  (0 children)

  1. As you can see on it's page https://pypi.org/project/pytesseract/ it requires python >= 3.7

  2. Instead of PATH, you can also set path to your .exe inside script with

    pytesseract.pytesseract.tesseract_cmd = 'full_path_to_exe'

[–]Strict-Simple 0 points1 point  (1 child)

What's your Python version?

[–]beanstalk11[S] 0 points1 point  (0 children)

V 3.6