Vista "Ocr running error"
-
Hello, we are developing application which uses MODI(Microsoft Office Document Imaging) library for OCR the documents. It`s working ok on development machines (Windows XP Sp2) but not working on Windows Vista. During the executing of OCR method of Modi.Document class error has been thrown - 'Ocr running error'. We couldn't find useful information on the internet. Does anybody know useful solution? MODI.Document recognizedDocument = null; recognizedDocument = new MODI.Document(); recognizedDocument.Create(tempFileName); // Some existing tif image file recognizedDocument.OCR(MiLANGUAGES.miLANG_ENGLISH, true, true); // On this row exception throws Thanks. Mykhailo Kosovan
-
Hello, we are developing application which uses MODI(Microsoft Office Document Imaging) library for OCR the documents. It`s working ok on development machines (Windows XP Sp2) but not working on Windows Vista. During the executing of OCR method of Modi.Document class error has been thrown - 'Ocr running error'. We couldn't find useful information on the internet. Does anybody know useful solution? MODI.Document recognizedDocument = null; recognizedDocument = new MODI.Document(); recognizedDocument.Create(tempFileName); // Some existing tif image file recognizedDocument.OCR(MiLANGUAGES.miLANG_ENGLISH, true, true); // On this row exception throws Thanks. Mykhailo Kosovan