0

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

1 Answers1

0

pytesseract requires that you install tesseract executable by yourself in advance (which is IMO quite challenging for tablets...) Anyway, I found the post Cross Compile Tesseract For Android On Windows 10, so it should be doable.

user898678
  • 2,994
  • 2
  • 18
  • 17