Above Error is not proper. [image: error.png] On Wednesday, August 30, 2023 at 7:47:01 PM UTC+5:30 DeviPrasad Patnala wrote:
> 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/2139e197-4f66-47e3-93bf-a5edd6cc0710n%40googlegroups.com.