Hi Scott, On Fri, Jun 27, 2014 at 09:39:21PM -0700, [email protected] wrote: > Hi all. Firstly let me say I am totally blown away by Tesseract, it vastly > exceeded my expectations for an open source OCR project. I have an > application > (http://hackaday.io/project/1569-NSA-Away) that involves OCR of hexadecimal > information from a computer screen using a hand held Android device. I've been > able to use the tess-two API wrapper to successfully run Tesseract OCR in an > Android emulator and am developing various unit tests to better tune by > Tesseract configuration. The data I am OCR'ing will look something like: > > 2C B7 CF 07 1F C6 62 1C 8E 53 10 B1 75 06 06 C9 01 6A 08 DA > D4 B5 F9 CF 71 0E 7A DB 04 F3 8B 2A 0D 8E EC 41 50 83 CB E4 > > Where each pair of hex digits represents one byte of information. I can > include error correction if that will be needed.
One thing that may help would be looking into the user-patterns stuff Tesseract has. I'm not sure how much of an effect this would have, or whether you can increase Tesseract's reliance on it, but it ought to help. There's a bit of information on user-patterns on Tesseract's manpage, possibly something elsewhere, I'm not sure. Nick -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/20140630174326.GD15227%40manta.lan. For more options, visit https://groups.google.com/d/optout.

