I'm trying to connect pytesseract from python code to android studio (java) using chaquopy.
I keep getting this error every time I try to run the code.
com.chaquo.python.PyException: TesseractNotFoundError: C:/Program Files/Tesseract-OCR/tesseract.exe is not installed or it's not in your PATH. See README file for more information.
I'm pretty sure I have downloaded tesseract and stated in the right path. I also added the path to the environment variable, but it's still showing this error enter image description here
Anyone have any idea how to solve this issue? Thank you in advance