what's the best image input type for tesseract?

chostDevil picture chostDevil · Apr 17, 2012 · Viewed 10.4k times · Source

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?

Answer

karlphillip picture karlphillip · Apr 19, 2012

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.