Re: [Sikuli-driver] [Question #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2019-08-27 Thread Sam Say
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

Sam Say posted a new comment:
hi @RaiMan , I'm using 1.1.4-SNAPSHOT but still text recognition doesn't
seem to work. Could you please advise? are there specific settings for
Text recognition?

-- 
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 #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2019-08-19 Thread Sam Say
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

Sam Say posted a new comment:
I'm still having issues with text recognition using java. 
example: sikulix reads 07/01/2019 as |//||'|/') can you please advise?

Region match = allScreens.findText("Sometext");
allScreens.click(match);
String textRight = match.right(100).text();

it is finding sometext but not reading the text to its right correctly.

-- 
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 #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2019-04-01 Thread RaiMan
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

RaiMan proposed the following answer:
@Ryan
Sorry for the inconveniences.
Beginning with 1.1.4 you have to use the specific ...text() methods:
see: 
https://sikulix-2014.readthedocs.io/en/latest/news.html#revision-of-the-text-find-api

-- 
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 #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2019-03-26 Thread Ryan
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

Ryan posted a new comment:
In case anyone is curious about this:  I am using the SNAPSHOT build
from 2019-03-20.  This feature seems like it is looking for an image
file all the time - I can't seem to get it to recognize a string.

I use this in my script:   r.find("9") #just looking for the number
9 in the region 'r'

The script always stops at this line saying "find: ImageMissing: 9"

Unless there is some other way to designate a 'string' rather than an
image file path.  I tried double quotes, single quotes, and no quotes -
all the same result

-- 
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 #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2015-11-09 Thread JonyGreen
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

JonyGreen posted a new comment:
You can try this free online ocr to convert image to text http://www
.online-code.net/ocr.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 #139475]: Sikuli X 1.0rc1 - How to get an exact match with click(String)?

2014-05-14 Thread Barry Janzen
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

Barry Janzen posted a new comment:
@RaiMan, this broke in 1.1.0?  I've had issues with finding text on
screen,

m = r.exists(534438,0)

because it's looking for 534438.png, not the text.  I built with
Tesseract, and have preferences set to do OCR, but still nothing.
(Mavericks, Java 7, Sikuli 1.1.0).  Bug?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #139475]: Sikuli X 1.0rc1 - How to get an exact match with click(String)?

2011-01-12 Thread Gary Lee
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475

Gary Lee requested for more information:
I also meet with the same problelms with SIKULI OCR engine,will the next
release sikuli version improve it?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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