Question #657056 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/657056

    Status: Open => Answered

masuo proposed the following answer:
I have commented on your question #3.
"it's not printing the text that's within the borders of the region."

I recommend that you will confirm what font and size of strings are recognized 
SikuliX OCR feature on your environment, before you run your script "Main Tree 
Path 12 hours".
Check whether the OCR feature can be used before proceeding to the next step.
You should try using only 4 lines of script.

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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to