← Back to team overview

sikuli-driver team mailing list archive

[Question #676036]: Trying to extract Date from the region and getting garbage values

 

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

Here is my code in Java:              
               Settings.OcrTextRead= true;
                Settings.OcrTextSearch= true;
                screen.wait(TextExtract,20);
                String extractText = screen.find(TextExtract).text();
                System.out.println(extractText);

Result:
11i09;’2018

Expected:
11/09/2018

Please help


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.