I have written a script that utilizes Tesseract to extract simple text from a .tif file, which works perfectly as expected when using OSX, but does not seem to work at all when I try and run the command on a Windows machine (Windows 7; OS of machine it will eventually be run on unknown currently). The image is very straight-forward and has no problem being interpreted using the command tesseract tmp.tif out -psm 7 on OSX.
On Windows, I have installed Tesseract 3.02 and tried to run this same command; after prompting me for permission to run, the command executes and outputs a file, but it is completely empty (0 bytes). The other strange thing I've noticed is that there is no output that gets printed to STDOUTwhen running on Windows; this line always outputs on OSX: Tesseract Open Source OCR Engine v3.02.02 with Leptonica.
Any ideas what's going on? The file is exactly the same, so I don't see how it could be related to image quality. Any help is much appreciated!