I am creating a macro (see my previous question: https://stackoverflow.com/questions/35121221/difficulties-writing-a-custom-macro-application-for-android), and that macro needs to recognize text from a certain area of the device screen while running in the background.
Basic summary: The program will run in the background similar to a macro, while scanning for text in a messaging app (which I will manually open after starting the program)
Basically what it needs to do is read all text on screen and convert it into a string(I've got the rest of the code)
Now, I need some sort of help on the text recognition. Since I cant directly copy the text, I'd need some function to scan for text and convert it into a string.
Any help/pointers would be much appreciated.