← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #243270]: Make sikuli look for certain phrases and click offset link accordingly

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
I just made a short test with Sikuli's OCR feature:

the respective column was OCR'd like this:
modemOf EDH 
EDH test new dec 
dont enter 
STD BOTG

as you can see:
the line containing 
standard+bng

was not recognized at all.

So I guess, even if you might try with Sikuli's text feature in the current shape, you will not get very happy.
But you should at least give it a try:
Region.find("botg")
Region.find("BOTG")
...

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.