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

2021-07-08 Thread RaiMan
Question #697757 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697757 RaiMan proposed the following answer: again tested: - tesseract installed via homebrew - this creates a symlink for libtesseract.dylib in /usr/local/lib ... and everything works so check, wether there is

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

2021-07-05 Thread RaiMan
Question #697757 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697757 Status: Open => Answered RaiMan proposed the following answer: please run java -jar "/Users/waikit/Downloads/sikulixide-2.0.5.jar" -v -c then in the IDE run a script like so: Debug.on(3)

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

2021-07-05 Thread Waikit Lau
Question #697757 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697757 Status: Answered => Open Waikit Lau is still having a problem: When I ran your test from terminal, it still crashes after the IDE loads and have the same crash report "Termination Reason: DYLD, [0x4]

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