Question #694687 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/694687
Status: Open => Answered
RaiMan proposed the following answer:
---- - In the first run, why the language in OCR global settings does not
change ?
I will check and come back
--- - In the second run, why is there is mix in the order of the outputs ?
This can always happen, if printout is coming from the script level (print ...)
and from the Java level (OCR.status())
BTW: OCR.status() does not return anything (None), but itself creates printout
at the Java level, hence use
OCR.status()
instead of
print OCR status()
--
You received this question notification because your team Sikuli Drivers
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