-
```
tesseract.pixRead is throwing me the following error
import tesseract
pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' obje…
-
```
tesseract.pixRead is throwing me the following error
import tesseract
pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' obje…
-
```
tesseract.pixRead is throwing me the following error
import tesseract
pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' obje…
-
```
tesseract.pixRead is throwing me the following error
import tesseract
pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' obje…
-
```
tesseract.pixRead is throwing me the following error
import tesseract
pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' obje…
-
```
tesseract.pixRead is throwing me the following error
import tesseract
pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' obje…
-
```
System setup:
Ubuntu 14.04 64 bit
python 2.7.6
Tesseract OCR 3.03 Rev 1116 (built from source because I needed the training
utils)
python-tesseract rev 651 (also built from source)
When trying t…
-
```
System setup:
Ubuntu 14.04 64 bit
python 2.7.6
Tesseract OCR 3.03 Rev 1116 (built from source because I needed the training
utils)
python-tesseract rev 651 (also built from source)
When trying t…
-
```
Hi,
I generated docstrings from latest tesseract "baseapi.h" in tesseract.py
I attached "baseapi.xml" file regexed from "baseapi.h" and "tesseract.py" with
docstrings.
Line endings are '\r\n' …
-
```
What steps will reproduce the problem?
1.Follow ALMOST exact steps at
https://code.google.com/p/python-tesseract/wiki/HowToCompile for Trusty
2. There is no config.py so I skipped that step??!!…