Parse text from a screen grab
Posted
by Caylem
on Stack Overflow
See other posts from Stack Overflow
or by Caylem
Published on 2010-06-07T00:24:03Z
Indexed on
2010/06/07
0:32 UTC
Read the original article
Hit count: 623
Hey guys
Not sure the best way to explain this but i'll give it a shot. I'm trying to find a way to parse text/numbers from a screen grab in either C# or Java - whichever provides the easiest way, but preferably java.
An example would be as follows. You have a website/document/application with a block of text. You can take a screenshot of the specific area which contains this text. Once the screenshot has been taken you can extract a string from it containing the relevant characters.
Any feedback is appreciated. Thanks
© Stack Overflow or respective owner