Re: [Sikuli-driver] [Question #684811]: [HowTo] get text from an image file

2019-10-10 Thread RaiMan
Question #684811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684811 Summary changed to: [HowTo] get text from an image file -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #684811]: Best way to test OCR results.

2019-10-10 Thread RaiMan
Question #684811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684811 Status: Open => Answered RaiMan proposed the following answer: what you are looking for is in class Image: Image img = Image.create("someImg.png") text = img.text() or even text = Image.text("someImg.p

[Sikuli-driver] [Bug 1409298] Re: [1.0.1] WinXP: type() not working at all

2019-10-10 Thread RaiMan
@Lee does not make sense, to add asking comments to ancient bugs. No problem if you create new questions/bugs - I will manage. Your problem: This usually means, that on the system somehow the typing (done with Java AWT Robot) is blocked by some rules. Try to run the stuff from an admin command l

[Sikuli-driver] [Bug 1409298] Re: [1.0.1] WinXP: type() not working at all

2019-10-10 Thread Lee T Hall
No problems on my Mac; but a co-worker has Windows 8 and has very similar symptoms to what the reporter describes. What is odd is that the problem happens with v1.1.4 (and the version built from the dev- recorder branch); but does not have the problem with v1.1.3. He is using Java8. He can find a