Question #258340 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/258340
deva gave more information on the question:
text recognition is working in java. When i used the below code
Settings.OcrTextRead = true;
Settings.OcrTextSearch = true;
I can get the text of sub image. but i could not able to save the sub
image.
the below line is not working in java:
new File(baseImg.getSub(m.x, m.y, 150, 150).asFile()).renameTo(new
File(<TargetPath>));
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp