Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I don't know why you can't reproduce the issue with "8" (maybe you should crop
the image down) - it's exciting and illustrative )) However I hope my
explanations shed enough light on the reasons and on what can be done to fix
the issue.
Also attaching an image to try out
Regards,
Dmitry
Original comment by daemons2...@gmail.com
on 3 Mar 2011 at 5:28
Attachments:
I was able to reproduce it with attached image.
Original comment by zde...@gmail.com
on 24 Feb 2012 at 9:06
Attachments:
@Dmitry,
Using tl_orig_13.tif tested in r-679 - vide attached file.Only "KOA" displayed
as "KIJAI " rest are OK.
Whereas tested in 3.01 result attached. Only "KOA" displayed as "Kuai"-rest are
ok.
With regards,
-sriranga(79yrs)
Original comment by withbles...@gmail.com
on 25 Feb 2012 at 3:17
Attachments:
Well yes and no.
For single row, single word and single char, it goes through the same code.
If there is only one connected component it makes 2 rows:
the original
the holes of the original (as you observe)
This is just in case the input image is a box containing the required text.
It isn't easy to reliably detect this case just looking at the shape, so it
uses the confidence from OCR and picks the output from the row with the best
confidence.
This doesn't work too well where the input is damaged, as it can recognize the
holes with much more confidence as . or : etc.
I will think about it some more, but as a user of this API, would it be useful
to have *both* outputs, so you can pick which you like best?
Original comment by theraysm...@gmail.com
on 20 Sep 2012 at 11:01
If I get it right, the automatic inverted text detection should be an option.
Although it definitely is a must for out-of-the-box users, in many cases it
fails for API users. There should be either a fixed "black on white" mode (fg
pixels are always black, bg pixels are always white), or separate "black on
white" and "white on black" modes.
Original comment by daemons2...@gmail.com
on 22 Sep 2012 at 6:30
Original issue reported on code.google.com by
daemons2...@gmail.com
on 9 Feb 2011 at 8:00