Re: [Sikuli-driver] [Question #672975]: TextRecognition within Java (SikuliApi 1.1.4)

2018-09-11 Thread RaiMan
Question #672975 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/672975

RaiMan posted a new comment:
If it is Mac or windows, then it should work.

For linux read that:
https://sikulix-2014.readthedocs.io/en/latest/newslinux.html

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #672975]: TextRecognition within Java (SikuliApi 1.1.4)

2018-09-11 Thread Launchpad Janitor
Question #672975 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/672975

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #672975]: TextRecognition within Java (SikuliApi 1.1.4)

2018-08-26 Thread Joost Voskuil
New question #672975 on Sikuli:
https://answers.launchpad.net/sikuli/+question/672975

I'm using the 1.1.4 version of the sikuliapi.jar file within a java solution.
Code:

package Tests;

import org.junit.Test;
import org.sikuli.script.Screen;

public class MyTest
{
@Test
public void testA() throws Exception
{
Screen s = new Screen();
s.findText("Text");
}
}

When I run the test I receive an error: [error] RunTimeAPI:  *** terminating: 
TextRecognizer: start: native libraries not found

What am I doing wrong here? Do I need the Tess4J libs aswell? I am confused 
about the scripts jar file, that is obsolete right?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp