need a document to extract text from image using onenote Interop?
I need to do the simple Program whcih need to extract text from image using Onenote Interop? Could any one suggest me the appropriate document for my concept please? Text recognized by OneNote's OCR is stored in the one:OCRText element in the XML file structure in OneNote. e.g. <one:Page ...> ... <one:Image ...> ... <one:OCRData lang="en-US"> <one:OCRText><![CDATA[This is some sampletext]]></one:OCRText> </one:OCRData> </one:Image> </one:Page> You can see this XML using a program called OMSPY (it shows you the XML behind OneNote pages) - http://blogs.msdn.com/b/johnguin/archive/2011/07/28