Question #657056 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/657056
Status: Open => Answered
masuo proposed the following answer:
I recommend that you will confirm what font and size of strings are recognized
SikuliX OCR feature on your environment.
You can confirm it easily by using SikuliX IDE.
Try this code.
Settings.OcrTextRead = True
while True:
r = selectRegion()
popup(r.text())
--
You received this question notification because your team Sikuli Drivers
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