in reply to Re^3: Win32 and OCR via OLE
in thread Win32 and OCR via OLE

Martin, I do understand what OCR means. I was using it in the context to refer to pulling text out of non-text PDFs. I was not saying that I wanted to apply it to word documents. However, I was looking for a general application that could OCR the pdfs, but also extract text from the word documents via usage of the office libraries. -Ty

Replies are listed 'Best First'.
Re^5: Win32 and OCR via OLE
by ww (Archbishop) on Apr 10, 2008 at 14:39 UTC
    That's not what you said the first time, nor the second.

    Clarification can be a "good thing" but Re^4: Win32 and OCR via OLE is not clarification; it's an attempt to disavow your previous two posts.

    Hence, --.

Re^5: Win32 and OCR via OLE
by marto (Cardinal) on Apr 10, 2008 at 14:21 UTC
    Ok, once more with feeling.

    You said:

    'I was hoping for a general OCR solution that I could use to pull all the text from the documents regardless of it they contained text, binary formats, or image text.'

    OCR has no context with non image documents. I have previously told you that you should not be using this term in conjunction with non image documents. It has no context here.

    If you are looking to code a 'general application' to achieve this goal then you have been given sufficient information to get you started, at least now you should know what you should be learning, where to look, and the pseudo code for your application. If you have any problems changing this pseudo code into functioning Perl post the code and we will try to help.

    Martin