Question #266436 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266436
Status: Open => Solved
guto confirmed that the question is solved:
I find myself an example:
img = find("1430777001006.png")
img.highlight(1)
myText = img.text()
print myText
or if I want to do it from any region on the screen:
img = Region(840,25,40,20)
img.highlight(1)
myText = img.text()
print myText
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp