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

    Status: Open => Answered

Roman Podolyan proposed the following answer:
> Does anybody know how to improve the accuracy of text match like this?

If nothing else helps, read the manual.

http://sikuli.org/docx/globals.html
====
Settings.MinSimilarity

    The default minimum similiarty of find operations. While using a 
Region.find() operation, if only an image file is provided, Sikuli searches the 
region using a default minimum similarity of 0.7.
====


Try to tinker with it, setting it in script like 

Settings.MinSimilarity = 0.95

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