I have installed tesseract 64 bit from this page.
I also add "C:\Program Files\Tesseract-OCR" to the system path. I went to "System Properties", then "Advanced" tab, then I clicked on "Environment Variables...". then I added "C:\Program Files\Tesseract-OCR" to both path for user and system variables. In command prompt I typed "cd C:\Program Files\Tesseract-OCR" and then "tesseract" and I got the following information:
Usage:
tesseract --help | --help-extra | --version
tesseract --list-langs
tesseract imagename outputbase [options...] [configfile...]
OCR options:
-l LANG[+LANG] Specify language(s) used for OCR.
NOTE: These options must occur before any configfile.
Single options:
--help Show this help message.
--help-extra Show extra help for advanced users.
--version Show version information.
--list-langs List available languages for tesseract engine.
However, when I want to use it on anaconda python notebook I get the following error:
TesseractNotFoundError: tesseract is not installed or it's not in your path`enter code here`