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

    Status: Open => Answered

RaiMan proposed the following answer:
My experience:

Pattern(img).similar(1.0)

does not work correctly in many cases (don't ask me why, might be a
bug).

I found, that

Pattern(img).similar(0.99)

always does the job (want an exact match).

BTW: very ambitious to use Sikuli for your purpose. I love Sikuli, but
why don't you parse the PDF source, to check it?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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