sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #20921
Re: [Question #235487]: Recognize text (OCR) and paste it to a document?
Question #235487 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235487
Status: Answered => Open
tjonnyc is still having a problem:
Thank you for the answer.
However, it's not working out.
var_name = myRegion.text()
Fails with "NameError: name 'myRegion' is not defined"
If I change it from myRegion to Region, I get the following:
var_name = Region.text()
Fails with "TypeError: text(): expected 1 args; got 0"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.