← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #258340]: How to use sikuli operations on ScreenShot Image File (UNLIKE Screen Region)

 

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.