Can not make tesseract work in google app engine with python3
问题 I am trying to deploy an app on the Google App Engine that also has OCR function. I downloaded the tesseract using homebrew und using pytesseract to wrap in Python. The OCR function works on my local system, but it does not when I upload the app to the Google App Engine. I copied tesseract folder from usr/local/cellar/tesseract and pasted into the working directory of my app. I uploaded the tesseract files and also pytesseract files to appengine. I have specified the path for tesseract with