Question #700416 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700416

    Status: Answered => Solved

Nano Stray confirmed that the question is solved:
Perfect!! It worked!!

Thank you very much Dr.RaiMan


------------------------------------------------------

For other readers out there you may substitute temp for another Region
if the text you're trying to analyze is not exactly inside the match
found

  print Image(capturedImage).getSub(temp).text() #comment2

to
  newRegion = Region(temp.x + customX, temp.y + customY, customW, customH)
  print Image(capturedImage).getSub().text(newRegion) #comment2

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to