kareemu3 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Regression issue in new versions 3.03 and 3.02 #1309

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?
1. Take file testString.jpeg
2. scale it to 200% with image magic or something else
3. Use command 'tesseract -psm 6 testString.tif resultTxt'

> What is the expected output? What do you see instead?
In version 3.01 'Hello World 123.1273 %' (Correct)
In version 3.02 'Hello World 123.1273 "fin' or 'Hello World 123.1273 ‘El:' 
(Incorrect)
In version 3.03 'Hello World 123.1273 9'15' (Incorrect)

> What version of the product are you using? On what operating system?
Windows/Linux, last 3 versions

> Please provide any additional information below.
Looks like you tried to make it more smarter in versions, but for sign '%' it 
works worse.

Original issue reported on code.google.com by videal.v...@gmail.com on 10 Sep 2014 at 7:53

Attachments: