Question #232900 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232900
Theo Ronna posted a new comment:
@RaiMan
i did the setup, with the options 1, 2 and 3.
Screen s = new Screen();
String txt;
try {
txt = s.find("imgs/teste.png").right(150).text();
System.out.println("Text :"+txt);
} catch (FindFailed e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
and always have [error] text: text recognition is currently switched off
--- no text ---
--
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