I suggest you file an issue with Sikulix
Also see https://github.com/RaiMan/SikuliX1/issues/246

On Wednesday, March 11, 2020 at 10:04:40 PM UTC+5:30, Jeremiah wrote:
>
> So I did download the latest version of the trained data file and tried 
> but it didn't work. In the actual Java code a Tesseract object isn't ever 
> created from what I can find, what the bots do is create a Region in 
> Sikulix which then calls collectWordsText(). 
> This is the code for reference.
>
> // Need to extend region to get text
> Region extendedRegion = Helper.extendVertical("loginbtn-A", match);
>
> Helper.log("Collecting words from login screen.");
> List<String> intitailWords = new ArrayList<>();
> try {
> intitailWords = extendedRegion.collectWordsText();
> } catch (UnsatisfiedLinkError ule) {
> Helper.log("Possible OCR error. Verify that tesseract is installed and 
> working.");
> return;
> }
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/a98744ae-7493-4c35-96e0-e58b30056398%40googlegroups.com.

Reply via email to