← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #700657]: [2.0.4]sikulixapi with java 11 on maxOS M1: problems using OCR features (Tesseract lib missing)

 

Question #700657 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700657

    Status: Open => Answered

RaiMan proposed the following answer:
Just checked again on my iMac M1.

My Tesseract is on version 5.0.3 and it works.

Put a 
Debug.on(3);
before the first use of any SikuliX feature and you should get logs like this when using find() and text():

[debug] OCR: Tesseract version found: 5.3.0 expected: 5.0.1 --- should work
[debug] OCR: Tess4J 5.1.1 --- Tesseract 5.3.0
[debug] loadLibrary: trying: opencv_java454
[debug] libsFolder: has wrong content: /Users/raimundhocke/Library/Application Support/Sikulix/SikulixLibs
[debug] libsFolder: created /Users/raimundhocke/Library/Application Support/Sikulix/SikulixLibs (2.0.6-SNAPSHOT-202208171131)
[debug] libsExport: libopencv_java454.dylib
[debug] libsExport: keyboard
[debug] loadLibrary: success: /Users/raimundhocke/Library/Application Support/Sikulix/SikulixLibs/libopencv_java454.dylib

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.