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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to