← Back to team overview

sikuli-driver team mailing list archive

[Question #295989]: Screen Text Returns "---no text---"

 

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

i'm using Java to get image text.
Java Code: 
Settings.OcrTextSearch = true;
			Settings.OcrTextRead = true;
			screen.wait(imagePath, 10);
			return screen.find(imagePath).text();

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