i'm using tesseract on a project and want to know the best image input type for tesseract to give the best output, is Binary&TIFF is the best input or there's something else?
I had excellent results using TIFF in the past for a similar task. At the time I did some pre-processing using OpenCV and exported the result to a TIFF file that later was sent to tesseract. It was pretty good.