← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #232900]: [1.0] [HowTo] turn on text recognition --- solution

 

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

Pranav posted a new comment:
Hello RaiMan,

I am working on windows based application UI testing..I want to extract all text(includes label text,text field) from application.
I have tried to get it using below, it retrives data ,but some data is incorrect.

used below code:
String text = TextRecognizer.getInstance().recognize(ImageIO.read(new File(path)));

As you also suggested that making greyscale image, improves text
recognization..

how to do it?

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