Thank you for the reply.
I'm ok with matching every character as a digit since that is all I am
providing. I've tried 'number_depth 4' and it hasn't improved
anything. I've also tried Glen's suggestion of setting the
'numeric_mode' switch but this appears to still recognize parens,
brackets, 'X', 'i', and some others which I guess can be considered
numeric symbols.
Some background, the major problem I have is the relatively low
quality of the input image. The input image is from a webcam. This is
a constraint I'm stuck with. I do quite a bit of pre-processing and
provide tesseract only a cleaned digit at a time. However, there are
still elements of noise that are proving difficult to get rid of. I
was hoping that if I could limit tesseract to only recognizing digits
it would compensate for the noise.
Any suggestions are welcome.