sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11782
Re: [Question #203304]: how to accurately recognize text "Snapshot 1", "Snapshot 2"...
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.