Closed soumik862003 closed 8 years ago
There is no file tesseract/__init__.py
and no message "Creating user config file:{}" in PyOCR. I think you reported this to the wrong developer / library.
BTW, for PyOCR, the basic import is import pyocr
and not import tesseract
.
I believe you have been trying to use this package : https://pypi.python.org/pypi/tesseract/0.1.3 It has nothing to do with OCR or Google's Tesseract.
If you actually want to work with OCR, I suggest you uninstall 'tesseract' first (sudo pip uninstall tesseract
/ sudo pip3 uninstall tesseract
) and install and use PyOCR instead (or any other Google's Tesseract wrapper like python-tesseract for instance)..
there at the line 34 it shows like this: