You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tesseract has been installed to path - C:\Program Files\Tesseract-OCR\tesseract.exe and it's added to system environment.
However I am still constantly getting the error of OSError: tesseract is not installed or not in PATH, see library documentation for installation instructions
Am I doing anything wrong? Please advise
The text was updated successfully, but these errors were encountered:
What is your conda.yaml and robot.yaml like ? Also can you show how you are using the tesseract in the code ?
I'm not running in condo environment and do not have a robot.yaml as well. Just simply calling RPA.Desktop.Click ocr:"Open File"
I then added this line pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe' in C:\users\<user>\appdata\local\programs\python\python310\lib\site-packages\RPA\recognition\ocr.py
I'm curios how RPA retrieve the path of tesseract.
Tesseract has been installed to path -
C:\Program Files\Tesseract-OCR\tesseract.exe
and it's added to system environment.However I am still constantly getting the error of
OSError: tesseract is not installed or not in PATH, see library documentation for installation instructions
Am I doing anything wrong? Please advise
The text was updated successfully, but these errors were encountered: