Are there any free .NET OCR libraries that will perform OCR on an application window directly?

Posted by Kelsey on Stack Overflow See other posts from Stack Overflow or by Kelsey
Published on 2010-05-17T16:14:35Z Indexed on 2010/05/17 16:30 UTC
Read the original article Hit count: 344

Filed under:
|
|
|

I am looking for a free .NET OCR library that will be able to do OCR on a given application window or even a image in memory (I can take a snapshot of the application window myself).

I have looked at tessnet2 and MODI but both require an image located on disk.

I need to use OCR because the application I am trying to write a script for does some wacky stuff that cannot be read using windows API and I need to scrape data from the screen. I have tested both of tessnet2 and MODI and they both can read the text mostly but because this has to run in an enviroment that will not be able to write to disk, I need it to be able to read directly from the applciation window or some type of memory stream.

I am thinking OCR is my only soution but there could be other methods that I am not thinking of.

Suggestions?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ocr