sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43686
Re: [Question #657056]: Text() getting errors
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.