Questions tagged [modi]

Microsoft Office Document Imaging, an OCR library from Microsoft that comes with Office until version 2007.

64 questions
0
votes
1 answer

COMException: "Object hasn't been initialized and can't be used yet"

I am using Document imaging library for parsing text from image. My code is working fine on local but facing problem while deploying in windows server 2003. Can anyone help me on this?
-1
votes
1 answer

Using MODI and changing image to grayscale

I'm using Microsoft Office Document Imaging (MODI) and am trying to load a TIF file, but convert it to grayscale before performing the OCR. I'm not sure on how to do this. I have this in my code: private MODI.Document _MODIDocument =…
eljainc
  • 117
  • 2
  • 6
  • 12
-1
votes
1 answer

Clipboard image to OCR MODI.Document

I am trying to inject text from my app in powershell using $MODIObj = New-Object -ComObject MODI.Document $MODIObj.Create($filepath) Is it possible to directly get my image from clipboard? I've tried…
cterra
  • 55
  • 1
  • 10
-2
votes
1 answer

how to fix "Not enough memory resources are available to complete this operation" asp.net c#?

I am using loop for my images so I can get multiple images at a time and extract the written data from those images, I am using MODI for my OCR in Visual studio to extract the written data but my problem is ... after one loop "Not enough memory…
1 2 3 4
5