sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35738
[Question #275451]: findText() doesn't work properly
New question #275451 on Sikuli:
https://answers.launchpad.net/sikuli/+question/275451
findText() cannot even search for a char from the region. I've tried to search for different char, all failed to be searched. But printing out text from the region works great.
is there anything we can do to make the search text works better?
Settings.OcrTextRead=True
Settings.OcrTextSearch=True
print r.text() #can print the text properly from the region r
match = r.findText("e") # [error] FindFailed ( can not find e in R[503,467 132x22]@S(0) )
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.