Not sure the best way to explain this, but I will give him a chance. I am trying to find a way to parse text / numbers from a capture screen in C # or Java - depending on what provides the easiest way, but preferably java.
An example will be as follows. You have a website / document / application with a block of text. You can take a screenshot for a specific area containing this text. After the picture is taken, you can extract a string from it containing the corresponding characters.
Any feedback is appreciated. Thanks
source
share