Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-28 Thread RaiMan
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 RaiMan proposed the following answer: Ok, got it. There is another option value: Settings.RepeatWaitTime = 0 (set globally for all regions) or someRegion.setRepeatWaitTime(0) ... the default is 1 So an

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-28 Thread RaiMan
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 RaiMan proposed the following answer: First of all: thanks for your efforts and the information about the results. I will surely come back with the one or other question the next days and hope, that it is

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-28 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Jeff Harmon posted a new comment: BTW, in order for JNI calls to work under the Zulu native JDK I had to update JNA to version 5.8.0 net.java.dev.jna

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-28 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Jeff Harmon posted a new comment: Appreciate your time RaiMan! Everything worked under Rosetta 2, but I am struggling to get an observer to scan a Region faster enough. Here is some sample code I have

Re: [Sikuli-driver] [Question #697757]: IDE crashes when I run OCR

2021-06-28 Thread RaiMan
Question #697757 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697757 Status: Open => Answered RaiMan proposed the following answer: running macOS 11.4 using Java 11 and IDE 2.0.5 from a Terminal via java command. I have Tesseract 4.1.1 installed via homebrew.

[Sikuli-driver] [Question #697757]: IDE crashes when I run OCR

2021-06-28 Thread Waikit Lau
New question #697757 on SikuliX: https://answers.launchpad.net/sikuli/+question/697757 I'm trying to do number extraction from a webpage using Tessaract/OCR. I have installed Tesseract v4.1.1. on my MacOS machine (running 10.13.6 High Sierra). When I run just this test code snippet, the