Hello Everyone,

Can anyone help to resolve my issue.
I am working on a Sikuli Automation Framework for a desktop Application. I 
have used small line of code as below to extract text from the screen. It 
is working without any issues in my local machine but whereas when I tried 
running it on Windows VM via Jenkins I am getting error as below.
Error:
[error] see: 
https://github.com/RaiMan/SikuliX1/wiki/Windows:-Problems-with-libraries-OpenCV-or-Tesseract
 
[error] Save your work, correct the problem and restart the IDE! 
__03_09_16PM :: com.disney.sikuli.common.ScreenshotListener#onTestFailure > 
Failure with method:testlogin __03_09_16PM :: 
com.disney.sikuli.common.ScreenshotListener#onTestFailure > Failure with 
error: OCR: start: Tesseract library problems: The specified module could 
not be found.

*Code:*
Region region = new Region(807, 59, 299, 52);

screen.setRect(region);

String text = screen.text();

System.out.println("Extracted Text = " + text);

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/870b1efa-aaee-4041-81e6-f0845e5a56e0n%40googlegroups.com.

Reply via email to