Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-04 Thread eduardobedoya
Question #266392 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266392

Status: Answered = Solved

eduardobedoya confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
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 #266436]: OCR

2015-05-04 Thread guto
Question #266436 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266436

guto posted a new comment:
I find myself an example:

img = find(1430777001006.png)
img.highlight(1)
myText = img.text()
print myText

or if I want to do it from any region on the screen:

img = Region(840,25,40,20)
img.highlight(1)
myText = img.text()
print myText

-- 
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 #266436]: OCR

2015-05-04 Thread guto
Question #266436 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266436

Status: Open = Solved

guto confirmed that the question is solved:
I find myself an example:

img = find(1430777001006.png)
img.highlight(1)
myText = img.text()
print myText

or if I want to do it from any region on the screen:

img = Region(840,25,40,20)
img.highlight(1)
myText = img.text()
print myText

-- 
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


[Sikuli-driver] [Question #266436]: OCR

2015-05-04 Thread guto
New question #266436 on Sikuli:
https://answers.launchpad.net/sikuli/+question/266436

I'm new in Sikuli and Python, so I need a help over here. I need some example 
on how to do/use the OCR function! I think it's simple, but I don't know to do 
it... :(

Thks!

-- 
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