sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34739
Re: [Question #271593]: [1.1.0] How to get better results when working with OCR
Question #271593 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271593
Status: Open => Answered
RaiMan proposed the following answer:
- correct transscription to Java:
Image imgForOCR= Image.create(screen.capture(new
Screen().selectRegion())).convertImageToGrayscale(img).resize(factor);
System.out.println(imgForOCR.text());
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.