← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #671159]: How to capture image of microsoft doc and read the text?

 

Question #671159 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/671159

Gayatri gave more information on the question:
click("1532589375522.png")
click("1532589388724.png")
doubleClick("testingdocx-1.png")
reg = Region(499,201,329,201) 
text = reg.text()
print text
Message:
[log] CLICK on L(581,1054)@S(0)[0,0 1920x1080] (542 msec)

[log] CLICK on L(105,311)@S(0)[0,0 1920x1080] (536 msec)

[log] DOUBLE CLICK on L(422,329)@S(0)[0,0 1920x1080] (546 msec)

ok so it's not printing? But i specify the region

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