← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #691484]: Ocr in Match doesn't match with Match position after position editing

 

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.