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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -