qshan / pytesser

Automatically exported from code.google.com/p/pytesser
Other
0 stars 0 forks source link

image_to_string prints "Tesseract Open Source OCR Engine with LibTiff" before results #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Calling image_to_string on any image object

What is the expected output? What do you see instead?
Expected: The result without the string "Tesseract Open Source OCR Engine with 
LibTiff"
Seeing: "Tesseract Open Source OCR Engine with LibTiff" + the analyzed result.

What version of the product are you using? On what operating system?
0.0.1, Arch Linux 2.6.39

Please provide any additional information below.
I have installed tesseract 3.00-2, and using this directly outputs the expected 
result.

Original issue reported on code.google.com by somo...@gmail.com on 20 Jun 2011 at 10:57