Screen scraper (not HTML)

I need a screenshot app that recognizes text from the screen (and doesn't use winapi for this, so the source could be in the image file). I have found many commercial solutions, but I need something open source or free. I am planning to include it in my C # project, so an SDK should be available. Thank.
+2


source to share


2 answers


You can use Tessnet to recognize your images. If you want to cut a screen on your desktop, you can simply take a screenshot, turn it into an image, and use the OCR library above.



+2


source


Depending on what you want to do, I found a screen scraper useful for applying templates to a website and saving data that I really like about. The man page should give you an idea of ​​what it does.



Screen Scraper free version lets you create scripts in interpreted Java, JScript, JavaScript, Python and VBScript ... is that close enough?

0


source







All Articles