Microsoft Office Document Imaging, an OCR library from Microsoft that comes with Office until version 2007.
Questions tagged [modi]
64 questions
1
vote
0 answers
MODI Issue `md.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true, true)'
while debugging i got the error like this Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
This below error code line works for capture screen and do ocr. But dynamically(Means Multiple time…

Vichu
- 11
- 6
1
vote
0 answers
Microsoft Office Document Imaging not working
This is getting more and more strange.
I was having problems with getting MODI engine to recognize text in an image (OCR) in C#. It always failed with a clueless msg (SEHException (0x80004005): External component has thrown an exception). I digged…

dotNET
- 33,414
- 24
- 162
- 251
1
vote
1 answer
How to use Modi without installing 2003 office web
I use modi to do OCR.
Then I want to install the same program on my webserver. Obviously you can't install microsoft 2003 on hostgator hosting.
The problem is, of course, the program need to refer to modi.dll.
I saw several files…

user4951
- 32,206
- 53
- 172
- 282
1
vote
1 answer
I have to work with Microsoft Office Document imaging withMS office 2010 through .Net. How do I do it?
I have MS Office 2010 in my system and I need to install Microsoft Office document Imaging (MODI). As it is not available in 2010 , i have followed the steps(method 3) given in
http://support.microsoft.com/kb/982760
site and have installed MODI.But…

Sowmya
- 53
- 1
- 2
- 6
1
vote
1 answer
How to handle OCR Scan Error in VB6
Im trying to get all the info i can get from a pictured doc. Which includes hand-writings in some part. While scanning this im having my screen freeze like hell and than gives an error that says VB6 stopped working... I cant really findout what…

Berker Yüceer
- 7,026
- 18
- 68
- 102
0
votes
1 answer
Can you use MODI OCR to process checkboxes (non alpha non numeric characters/items)?
I have a vb.net application successfully processing the text in TIF files, but it is ignoring the checkboxes. Is there anyway to use MODI to process anything within the file that is not text? Such as a mark that a person has made with a pen inside a…

Lou
- 918
- 3
- 16
- 29
0
votes
0 answers
"File is empty or corrupted" error message is getting while using MODI OCR
I want to extract text from image using
MODI OCR
but getting error while creating MODI document.
My Code:
private static string Scan(string imagePath)
{
MODI.Document md = new MODI.Document();
…

Amol Shinde
- 3
- 3
0
votes
1 answer
Microsoft Office Document Imaging (MODI) for Office 2016
I have heard about scanned document OCR feature in MS Office 2007.
Are there similar programs which have similar/same feature compatible with Office 2016?

Riccardo Spinato
- 11
- 1
- 1
- 4
0
votes
0 answers
Cannot open Microsoft office document imaging by vba
I have problem with opening MODI by macro. I want only open it, then select all, copy and paste in my Excel file.
I have:
AppActivate "Microsoft Office Document Imaging"
Then some Sendkeys.
AppActivate "Excel"
And Sendkeys to paste.
But my first…
0
votes
1 answer
Can you use MODI OCR to recognize non-language specific items?
I've got document OCR working on an image, works fine when there are words like "coffee" or "432" on the page, but when I try to OCR a word like "abc123", I get an "OCR Running Error".
MODI.Document md = new…

Mark Kadlec
- 8,036
- 17
- 60
- 96
0
votes
1 answer
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).
My code currently OCR's the entire page (quite accurately!), but I would like to target a specific region of the page where the text…

Mark Kadlec
- 8,036
- 17
- 60
- 96
0
votes
1 answer
Hi, I have one challenge where i need to read the text from an low quality image using C#
I am using OCR method to read the image, the challenge is i want to read the text(For Ex: From a Passport or some other document which has the background image in it plus the quality of the image is also not good),so can you suggest any of the ideas…

Mayur
- 11
- 7
0
votes
1 answer
C# MODI ERROR: OCR text in image
My app use OCR (modi SharePoint 2017) on a list images for return all images that contains this text.
It's work, but the app bug and stop at a time. Ex: I selected 32.000 images and I call the method, for some hours it's working and at a time it's…

emeliku
- 173
- 1
- 13
0
votes
1 answer
How to get the "top earners" in WooCommerce
I want to get the "top earners" with highest revenues in my WooCommerce online shop. With
$top_10_products = new WP_Query(array("post_type" => "product",
"meta_key" => "total_sales",
"orderby" => "meta_value_num",
"posts_per_page" =>…

martinfre
- 21
- 2
0
votes
1 answer
Getting error on Azure Web App using "Microsoft Office Document Imaging"
I'm developing an ASP.net web api (.NET Framework) and use "Microsoft Office Document Imaging" v12.
On my local system, it works fine. But then I pushed it on my azure web app and I got following error:
Could not load file or assembly…

everydayXpert
- 785
- 2
- 11
- 27