SikuliLibrary.Get Text throws an exception when it is used on a Linux Mint system:
org.sikuli.script.SikuliXception: OCR: start: Tesseract library
problems: Error looking up function 'TessBaseAPIInitLangMod':
/usr/lib/x86_64-linux-gnu/libtesseract.so.5.0.3: undefined symbol:
TessBaseAPIInitLangMod
I have called Set Ocr Text Read | true before. Other SikuliLibrary keywords run errorfree on Linux, and the same script runs errorfree on a Windows system.
I found that to use Sikuli OCR on Linux, I need opencv and tesseract, besides installing Sikuli on the system; I have done that. Maybe there is a version conflict between Sikuli, opencv and tesseract that I have installed and the versions that are included in SikuliLibrary.