Office Document Imaging (MODI) and html

C

Constitution

I am automating some features of Office 2003 using visual c++. Having
searched the internet, I can't find a solution to this:

How can I automate MODI to perform OCR on an image, and then export an
html file? The GUI for MODI has a button for this, which saves the
html file and opens Word. But programmatically, I can't figure it out.
It seems all you can do is access plain text.

Thanks in advance.
 
B

Bob Buckland ?:-\)

Hi 'Constitution'

I don't recall if this is covered in the MODI object model
or not, but it's available here -
http://msdn.microsoft.com/office/understanding/officesystem/documentation/

=======
I am automating some features of Office 2003 using visual c++. Having
searched the internet, I can't find a solution to this:

How can I automate MODI to perform OCR on an image, and then export an
html file? The GUI for MODI has a button for this, which saves the
html file and opens Word. But programmatically, I can't figure it out.
It seems all you can do is access plain text.

Thanks in advance. >>
--
Let us know if this helped you,

Bob Buckland ?:)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*

For Everyday MS Office tips to "use right away" -
http://microsoft.com/events/series/administrativetipsandtricks.mspx
 
C

Constitution

Bob,

Yes, that link will take you to the docs. But they seem mysteriously
lacking in this area.

Clearly, the standalone imaging app in Office 2003 can export
recognized text to html (which is opened by Word) but the object model
seems to export only the proprietary format (.mdi), which is unreadable
by anything.

???
 
M

MODIUser

Constitution,
It seems MODI is lacking much of the functionality. I am using MODIViewer in
my application to open the .mdi file. It seems the MODIViewer component is
not releasing the handle to the file even after I issue MODIDOCument.close()
command. But once I close the application, the handle to the file is released.

Haven't got any help from MODI object model references.

Is anybody aware if microsoft have released the newer version of MODI?

Thanks,

Rahul
 

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