limit ocr recognition to a specific area of a MODI document

E

Eric

I am using the MODI viewer to perform OCR and am able to recognize text
based on the user's selection in the viewer.

IMiSelectableItem miTextSel = null;
miTextSel = MODIViewer.TextSelection;
MessageBox.Show(this, miTextSel.text);
...etc...

But I am unable to pick a specific area. Is there a way to do this by
specifying coordinates so that OCR is performed only in one specific
area of the document?

Any help would be appreciated
 

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