I am using Pydroid on an android tablet just to play around a bit with python. My PC is out of comission for a bit.
I am trying to build a OCR project to practice a bit but I need to use tesseract. There is a line where I have to point to tesseract:
pytesseract.pytesseract.tesseract_cmd='System_path_to_tesseract.exe'
This doesn't work on pydroid and I was hoping someone could show me how to install it on android or maybe an alterantive I can use