sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34791
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:
--- javadocs
according to the 1.1.0 nightly build page the javadocs are here:
http://nightly.sikuli.de/docs/index.html
this should work (sorry for misleading about Image.create(ScreenImage))
Image imgForOCR= new Image.(screen.capture(new
Screen().selectRegion())).convertImageToGrayscale(img).resize(3);
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.