I got an error when I compiled code blow:
import tessercat
api = tesseract.TessBaseAPI()
The error is:
AttributeError:'module' object has no attribute 'TessBaseAPI'
I have already installed tesseract via pip. The Python version is 2.7 Windows 32bit.