← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #667817]: Extract text from image and save txt file

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
someRegion = selectRegion()
textRead = someRegion.text()
print "textRead:", textRead

please read the docs.

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