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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -