When sending a TIFF file through tesseract I get this error
Warning. Invalid resolution 0 dpi. Using 70 instead.
Tesseract 3.05.0
Maybe these are useful resources:
https://github.com/tesseract-ocr/tesseract/issues/649
https://groups.google.com/forum/#!forum/tesseract-ocr
By the way, if you're using imagemagick's convert to prepare your images, be sure to set the -units PixelsPerInch option together with -density [your-density] to set correctly the dpi metadata.