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

I just started with sikuli,

I am using java  + sikuli api,
I am trying to get text from a region.

but what I am getting is

[error] Region.text: text recognition is currently switched off
--- no text ---

the code I am using is 

Region r_TCA0_full = r_TCA0_head.below(532);
String txt =  r_TCA0_full.text();
System.out.println(txt);


How to turn on the text recognition?

pacakges I already installed:
libtesseract-dev         3.02.01-2
libtesseract3               3.02.01-2
tesseract-ocr              3.02.01-2
tesseract-ocr-eng      3.02.01-2
tesseract-ocr-osd       3.02.01-2

I am on linux, (ubuntu 12.04), using Sikuli-API-1.0.0-Lnx32.zip

*Actually I need to get the list of items in a list box


-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to