reference to 'axMiDocView1'I'm trying to convert Image to Text using "
Microsoft Office Document Imaging 11.0" - already add this referance.
my environement don't recognize "axMiDocView1" which I understand is needed to read the text
translation of the image and supposed to be in "
Microsoft Office Document Imaging 11.0" referance which I added
my code:
MODI.
Document MODIDocument;
axMiDocView1.Document = MODIDocument;
My questions:
Where/how I can make my environment detect 'axMiDocView1' ?,
Also is anyone can provide sample code in c# the read IMAGE from file , and give as output
the textual translation, I already lost hours on that :-) ?
Appricaite your help :),
Spring.