python - AttributeError:'module' object has no attribute 'TessBaseAPI' -


with code :

import tesseract  api = tesseract.tessbaseapi() api.init(".","eng",tesseract.oem_default) 

i have error:

attributeerror:'module' object has no attribute 'tessbaseapi' 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -