sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54763
[Question #689729]: Sikuli text recognition not returning correct text
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.