New question #689729 on Sikuli:
https://answers.launchpad.net/sikuli/+question/689729

Here is my code:
Region pattern = Region.create(329, 813, 1260, 85);
pattern.highlight(5,"red");
String text = pattern.textLine();
System.out.println(text);

I have restricted the region so it only reads the text i wanted, validated 
through highlighting the area. However when I read the text, the expected text 
should be "Disconnect Finished", but it is returning "B)Tee lea a LLL)". Is 
there any fix on this?

thank you

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to