views:

260

answers:

1
+1  A: 

You could use Tessnet to do character recognition of your images. If you want to screen scrape the desktop, you could potentially just take a screen shot, turn it into an image, and use the OCR library above.

Reed Copsey
Thank you for link, but I can't achieve stable behavior from Tessnet. Depending on input image it could recognize text, output "~ (100)" (don’t know what app means by that yet) or shutdown without any particular error. I’ve downloaded tesseract sources and build these projects manually, but still don’t have positive results. Now trying to debug it. I’ve also tried to use MODI but it makes a mistakes even in simple text grabbed from the screen.
Chupakabr