I have been reviewing replacements for the Office 2007 MODI OCR (OneNote\'s 2010 solution has lesser quality/results than 2007 :-( ). I notice that Windows 7 contains an OCR library once you install t
I need to OCR a specific region of a scanned document and I am using MODI (Microsoft\'s Document Imaging COM object).
private void button4_Click(object sender, EventArgs e) { OCR.recognize(\"tes开发者_如何学JAVAt1.tif\");
I\'m looking to leverage MS Office scanning functionality in my .NET application. Although I know that MODI COM objects can be accessed in .NET, I\'m not sure how to make that. All I need is scanning
I have a VBScript script that looks like this: Const ForAppending = 8 Set objFSO = CreateObject(\"Scripting.FileSystemObject\")
I have an app where I\'m using MODI 2007 to OCR several multi-page tiff files.I have found that when I kick it off on a directory that contains several good tiffs but also some tiffs that cannot be op
I am about building an C#-application in which I am trying to read text from an gif-image (OCR) - I am using MODI and the images are a bit like a lotto coupon (random numbers in rows and columns). I n