Re: [Sikuli-driver] [Question #706755]: Share the created project

2023-05-22 Thread Oleksij Atirovich
Question #706755 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706755

Description changed to:
Hello! I am creating a project in SikuliX-IDE 2.0.5. How can I share a
runnable .jar project created in SikuliX-IDE 2.0.5 with other people so
they don't have to run SikuliX? Can I somehow put all the necessary
files in a folder so that the project is portable? As I understand it,
to run my jar in User\AppData\Roaming\Sikulix\SikulixStore there must be
lastUsedJar.txt with the path to the IDE.

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

___
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 #706755]: Share the created project

2023-05-22 Thread Oleksij Atirovich
Question #706755 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706755

Description changed to:
Hello! I am creating a project in SikuliX-IDE 2.0.5. How can I share a
runnable .jar project created in SikuliX-IDE 2.0.5 with other people so
they don't have to run SikuliX? Can I somehow put all the necessary
files in a folder so that the project is portable?

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

___
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 #706755]: Share the created project

2023-05-22 Thread Oleksij Atirovich
New question #706755 on SikuliX:
https://answers.launchpad.net/sikuli/+question/706755

Hello! I am creating a project in SikuliX-IDE 2.0.5. How can I share a runnable 
.jar project created in SikuliX-IDE 2.0.5 with other people so they don't have 
to install SikuliX? Can I somehow put all the necessary files in a folder so 
that the project is portable?

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

___
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 #670985]: Easy way to take screenshot and region at the same time

2023-05-22 Thread RaiMan
Question #670985 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/670985

Description changed to:
Again asked her: https://answers.launchpad.net/sikuli/+question/706490 - but 
another solution
---

Hello, thank you a lot for making and maintaining Sikuli, I am
programming illiterate but I managed to make a few simple scripts where
it clicks on some stuff which is immensely helpful to automate tedious
tasks.

I have two questions, First: Is there an easy way to take a screenshot
and define a region at the same time in the exact same space? I want to
check for an image at an exact region, but when I use the screenshot and
region commands in the header and select them myself with the mouse It
is hard to pixel perfect select the exact same place on my screen for
screenshots and regions

Secondly: is there a way to click at the place an image has been found with the 
"exists" command without using regions command? I want to click on a fading 
image that can appear on random places of the screen. I tried using 
if exists(image):
click(image)
But then sometimes because the image is fading between where it checks for the 
image to exists and actually clicking it the image faded just enough that the 
script doesn't detect it anymore and therefore the script breaks (because it 
tries to click on something that doesn't exist anymore at this point). 

Thanks in advance

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

___
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 #706732]: How to run AppleScript file from sikuli: run("osascript some.applescript")

2023-05-22 Thread RaiMan
Question #706732 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706732

Summary changed to:
How to run AppleScript file from sikuli: run("osascript some.applescript")

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

___
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 #706732]: is there a way to directly run applescript from sikuli

2023-05-22 Thread RaiMan
Question #706732 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706732

Status: Open => Answered

RaiMan proposed the following answer:
use 
run("osascript yxs_script")

which runs the command osascript internally from a command line .

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

___
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 #706750]: macOS Intel: SX205: unable to install needed Tesseract 4 (brew installs version 5)

2023-05-22 Thread RaiMan
Question #706750 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706750

RaiMan proposed the following answer:
Since my comment #2 was an answer on your comment #1, I meant the link
in your comment #1 :-))

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

___
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 #706750]: macOS Intel: SX205: unable to install needed Tesseract 4 (brew installs version 5)

2023-05-22 Thread Chetan
Question #706750 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706750

Chetan posted a new comment:
Hi @raimin
did you mention some link? as that looks missing?

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

___
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 #706750]: macOS Intel: SX205: unable to install needed Tesseract 4 (brew installs version 5)

2023-05-22 Thread RaiMan
Question #706750 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706750

Summary changed to:
macOS Intel: SX205: unable to install needed Tesseract 4  (brew installs 
version 5)

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

___
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 #706750]: macOS Intel: SX205: unable to install needed Tesseract 4 (brew installs version 5)

2023-05-22 Thread RaiMan
Question #706750 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706750

Status: Open => Answered

RaiMan proposed the following answer:
Found this also - looks promising, but no time to test it before end of
June.

You should try the solution mentioned in the comment.

Feedback appreciated.

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

___
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 #706750]: unable to install Tesseract 4

2023-05-22 Thread Chetan
Question #706750 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706750

Chetan gave more information on the question:
below is a similar link
https://github.com/orgs/Homebrew/discussions/2735

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

___
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 #706750]: unable to install Tesseract 4

2023-05-22 Thread Chetan
New question #706750 on SikuliX:
https://answers.launchpad.net/sikuli/+question/706750

when using below link i am not able to install tesseract and it installs 
version 5
https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux:-Support-libraries-for-Tess4J-Tesseract-4-OCR

however with that we are getting below error
ctrlWords=acroTopLeft.findWords()
SikuliXception: org.sikuli.script.SikuliXception: OCR: start: Tesseract library 
problems: Error looking up function 'TessBaseAPIRecognizeForChopTest': 
dlsym(0x2172b1380, TessBaseAPIRecognizeForChopTest): symbol not found


tesseract 5.3.1
 leptonica-1.82.0
  libgif 5.2.1 : libjpeg 8d (libjpeg-turbo 2.1.5.1) : libpng 1.6.39 : libtiff 
4.5.0 : zlib 1.2.11 : libwebp 1.3.0 : libopenjp2 2.5.0
 Found AVX2
 Found AVX
 Found FMA
 Found SSE4.1
 Found libarchive 3.6.2 zlib/1.2.11 liblzma/5.4.1 bz2lib/1.0.8 liblz4/1.9.4 
libzstd/1.5.4
 Found libcurl/7.79.1 SecureTransport (LibreSSL/3.3.6) zlib/1.2.11 
nghttp2/1.45.1


is there a way we can install the required tesseract version on mac Monterey

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

___
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 #706732]: is there a way to directly run applescript from sikuli

2023-05-22 Thread Chetan
Question #706732 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706732

Status: Answered => Open

Chetan is still having a problem:
thanks. however we want to specific the file name and not put the code in 
string. is it possible to give the file name
example runScript (yxs_script)
reason:
the script can be long one

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

___
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