sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45262
Re: [Question #662299]: Settings variables imported from jnius autoclass does not take effect.
Question #662299 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662299
Status: Open => Answered
RaiMan proposed the following answer:
I guess the problem with this Python wrapper is, that the line
Settings.OcrTextRead = True
does not really change the value in the original
org.sikuli.basics.Settings class, but in some proxy.
So the internal function Region.text() does not see the change.
I have no idea, how to solve that.
Why don't you use Jython?
Be aware: before getting deeper into this solution, test with the
SikuliX IDE, wether the text feature works as you expect in your
situation (has many problems)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.