[Sikuli-driver] [Question #679709]: sikulixapi.jar not starting

2019-04-01 Thread Dillon
New question #679709 on Sikuli: https://answers.launchpad.net/sikuli/+question/679709 I'm not sure if I'm missing something. I'm trying out sikulix4python from https://github.com/RaiMan/sikulix4python. I'm trying to start the sikulix api on Windows 10 with Java 11 but it seems to be failing.

[Sikuli-driver] [Bug 1822352] Re: [1.1.4] Linux: Open... dialog can’t navigate file system --- fixed 2019-03-31 build#259

2019-04-01 Thread douglas waer
Checked out. Works great now. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1822352 Title: [1.1.4] Linux: Open... dialog can’t navigate file system --- fixed 2019-03-31 build#259 Status in

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Sahil Doshi posted a new comment: How can I set Tesseract configs from TextRecognizer.setConfigs? -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #679692]: TextRecognizer.doOCR() not giving Expected output

2019-04-01 Thread RaiMan
Question #679692 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679692 RaiMan proposed the following answer: this is only related to the screen resolution (screen pixels are the only stuff, SikuliX knows about) -- You received this question notification because your team

Re: [Sikuli-driver] [Question #679692]: TextRecognizer.doOCR() not giving Expected output

2019-04-01 Thread Mike
Question #679692 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679692 Mike requested more information: If you are using OCR on a web page, how do you know when you've got 300 DPI? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2019-04-01 Thread RaiMan
Question #139475 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139475 RaiMan proposed the following answer: @Ryan Sorry for the inconveniences. Beginning with 1.1.4 you have to use the specific ...text() methods: see:

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Status: Answered => Solved Sahil Doshi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread RaiMan
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 RaiMan proposed the following answer: --- one which provided in wait ... as mentioned above: ... and there only for the given images to search for. -- You received this question notification because your

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Sahil Doshi posted a new comment: on which image "Settings.ImageCallback" is called one which provided in wait or one which is captured? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #679258]: Is Sikulix supported on freeBSD?

2019-04-01 Thread Launchpad Janitor
Question #679258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679258 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #679605]: getting NoSuchMethod error while executing the code.

2019-04-01 Thread RaiMan
Question #679605 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679605 RaiMan proposed the following answer: --- 51: /C:/Users/shivaver/Downloads/sikulixsetup-1.1.3.jar with 1.1.3 you have to run a setup, to get a valid sikulixapi.jar, that has to be on classpath. IMHO

[Sikuli-driver] [Bug 1822352] Re: [1.1.4] Linux: Open... dialog can’t navigate file system

2019-04-01 Thread RaiMan
** Changed in: sikuli Status: In Progress => Fix Committed ** Changed in: sikuli Importance: Medium => Critical ** Summary changed: - [1.1.4] Linux: Open... dialog can’t navigate file system + [1.1.4] Linux: Open... dialog can’t navigate file system --- fixed 2019-03-31 build#259 --

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread RaiMan
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Summary changed to: Settings.ImageCallback not working --- only works with exists/wait/find -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working.

2019-04-01 Thread RaiMan
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 RaiMan proposed the following answer: another option is to play with the Tesseract options/settings -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working.

2019-04-01 Thread RaiMan
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 RaiMan proposed the following answer: the ImageCallback is not implemented for the text/OCR functions. It only works with exists/wait/find/findAll and there only for the given images to search for. In your

Re: [Sikuli-driver] [Question #679692]: TextRecognizer.doOCR() not giving Expected output

2019-04-01 Thread RaiMan
Question #679692 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679692 Status: Open => Answered RaiMan proposed the following answer: I tested with your screen shot (on Mac): it is not read correctly. The reason might be, that the font is a bit too small. Tests with

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working.

2019-04-01 Thread RaiMan
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Status: Open => Answered RaiMan proposed the following answer: I will check. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working.

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Summary changed to: Settings.ImageCallback not working. Description changed to: I am using SikuliAPI in Java. Settings.AlwaysResize = 0.0; Settings.ImageCallback = new ImageCallback(){

[Sikuli-driver] [Question #679693]: is there any way to perform image pre-processing before using Region.waitText()?

2019-04-01 Thread Sahil Doshi
New question #679693 on Sikuli: https://answers.launchpad.net/sikuli/+question/679693 I want to apply ImageHelper Utility on Region.waitText() functionality e.g. I want to grayscale images captured withing waitText() and then perform OCR. How can I do that? -- You received this question