sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23960
Re: [Question #243322]: Issue on Region .text
Question #243322 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243322
obiwan-92 proposed the following answer:
Be aware, the OCR have some problem in the 1.0.1 version of Sikuli.
If it's not worked, the two best workaround are :
- to compare text like it was image with exists or find methods.
- to use your clipboard with the command :
type('c', Key.Modifier.CTRL)
text = Env.getClipboard
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.