MODI Automation Error

V

Venedict

Hi All,

I'm writing a C# application with MODI object model to automate OCR process.
After OCR, will do matching of the result for each image.

But there is an error " Attempted to read or write protected memory" prompts
up. I have few K of records to process. I suspect maybe the OCR process is
not complete yet, but the process will go for next image causing the error.

Anyone encounter this error before?
 
F

Frank Perry

Howdy,

I don't recall the OCR function returning before being finished. When do
you see the error? During the first conversion or during the second or
during some larger number? If you are doing a large number of documents, it
may be a problem of not releasing resources from one conversion before
starting the next.

By the way, if you are using the search function to search the ocr data let
me know, I wasn't able to get it to work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top