I think, as far as I know, Tesseract makes images into 2-bit black and
white images.
And it uses adaptive thresh hold method.
Think the best is to do your own image pre-processing (which I did for
my project)
Before feeding it into tesseract I erased the background from the
image.
you should try doing that :)