New question #232760 on Sikuli: https://answers.launchpad.net/sikuli/+question/232760
Hi, I am using Sikuli API for automating the workflow of one of the application. I am facing issue when I am doing -- Settings.OcrTextSearch = true; Settings.OcrTextRead = true; Screen screen = new Screen(); String s = screen.text(); screen.text() is returning the data but it is not in the format that the normal user can read. Say the screen contains "I can read you correctly", but screen.text returns something like-- I can read yo u corr rectly Can anyone help me find out the resolution of the issue or an alternate approach? Thank you, Nikhil -- You received this question notification because you are a member of Sikuli Drivers, which 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

