Hi again,
Thanks for the feedback, I'm glad it's helpful.
> I also need to get /, but lucky I am, I don't need : yet.
To add '/' you can create a copy of the 'digits' config file (e.g.
called 'mydigits') and add the '/' to the end of tessedit_char_whitelist
entry. You can then run something like this:
tesseract 8.png test -psm 10 mydigits
> The question is, what if I need to get : later?
You'd have to add that to the whitelist as well. It may sometimes
misrecognise 8 as :, unfortunately that's probably unavoidable.
Hope that helps :)
Nick