I\'m trying to use MODI to OCR a window\'s program. It works fine for screenshots I grab programmatically using win32 interop like this:
public string SaveScreen
doc.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, false, false);
Which means that I don't want it to detect the orientation and not fix any skewing. Now the command works fine on all images including the 2400x2496 tiff.
But image should be in .tif.
Hope this helps out people facing the same problem.