Closed GoogleCodeExporter closed 9 years ago
Tesseract is OCRing binary image (http://en.wikipedia.org/wiki/Binary_image) so
it need to convert you 16,7 Millions colors image/32 BitsPerPixel (or 90 unique
colors) to 2 colors with Simple Otsu thresholding[1]
If you do like this algorithm, provide tesseract already binarized image.
[1]
http://code.google.com/p/tesseract-ocr/source/browse/trunk/ccstruct/otsuthr.cpp
Original comment by zde...@gmail.com
on 21 Jul 2012 at 3:46
How to feed already binarized image to tesseract.exe ?
Original comment by tempname...@gmail.com
on 20 Mar 2014 at 6:57
Original issue reported on code.google.com by
wowgreat...@gmail.com
on 29 Sep 2011 at 5:08Attachments: