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
 
Top