sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21335
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: Open => Answered
RaiMan proposed the following answer:
selectRegion() is an interactive function, that expects a string to
display in the overlay window used to create the region visually (like
with capturing an image). This is the function behind the top left third
button in IDE.
to define a region with absolute coordinates simply:
reg = Region(1364,281,75,18)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.