Open jianyepa opened 5 months ago
What is your conda.yaml
and robot.yaml
like ? Also can you show how you are using the tesseract in the code ?
What is your
conda.yaml
androbot.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.
I have same issue, any updates?
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 ofOSError: tesseract is not installed or not in PATH, see library documentation for installation instructions
Am I doing anything wrong? Please advise