modi
Windows 7 OCR API
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[详细]
2023-03-08 06:16 分类:问答How to OCR a specific region of a MODI.Document?
I need to OCR a specific region of a scanned document and I am using MODI (Microsoft\'s Document Imaging COM object).[详细]
2023-02-14 19:05 分类:问答Why MODI doesn't let me delete the processed file?
private void button4_Click(object sender, EventArgs e) { OCR.recognize(\"tes开发者_如何学JAVAt1.tif\");[详细]
2023-02-02 10:35 分类:问答Scanning in .NET using MODI (Microsoft Office Document Imaging)
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[详细]
2023-01-10 15:27 分类:问答How do I make MODI not identify rotated images?
I have a VBScript script that looks like this: Const ForAppending = 8 Set objFSO = CreateObject(\"Scripting.FileSystemObject\")[详细]
2023-01-08 20:48 分类:问答MODI leaking memory
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[详细]
2022-12-28 08:30 分类:问答using MODI in C# to read image - numbers with a length of 1 is missing
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[详细]
2022-12-23 19:30 分类:问答