sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56322
Re: [Question #694687]: OCR Global settings not updated after setting Settings.OcrLanguages
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.