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

    Status: Open => Answered

RaiMan proposed the following answer:
see bug 1883605

the workaround you found has to be used until 2.0.5 is ready.

simpler in your case:

rDesc=Region(find("Heading.png"))
rDesc.setY(rDesc.getY()+24)
rDesc.highlight(1)
str1Desc=ocr.getLineText(rDesc)

-- 
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