← Back to team overview

sikuli-driver team mailing list archive

[Question #249164]: get.text() printing nothing

 

New question #249164 on Sikuli:
https://answers.launchpad.net/sikuli/+question/249164

hi,
i have gone through question #232900 , i tried the solution given by ssyed , 
ii have code wriiten as below

                                     Settings.OcrTextRead=true;
		Settings.OcrTextSearch=true;
		Settings.MinSimilarity=0.5;
		
		
		screen.click(screen.wait("C://Users//vivek//workspace//first//OPenText.PNG",10));
		Region reg= screen.getLastMatch();
		System.out.println("text reading ="+reg.text());

but it is not returing anything the  output is null
your respoce will be much appriciated;

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.