0
I want to use pytesseract on Ubuntu computer with Python. On Windows computer I had to set path to tesseract.exe before I call image to string function. How can I set this path on ubuntu computer?I cannot find path to tesseract.exe on my computer. Same question for the variable tesseract-PREFIX for data. Thanks in advance. Marek
Thanks, but I can‘t find tesseract.exe on Ubuntu system. On Windows I found tesseract.exe and I set the Path. – Marek Marekovic – 2019-10-26T06:26:03.090
Ubuntu does not run .exe files, it just runs binaries if they are marked as executable in their permissions. Try using the command
find tesseract
orfind pytesseract
and it will give you a directory where your binary is. – Varun Narravula – 2019-10-26T06:29:42.507