← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #273706]: Couldn't able to extract exact text from image

 

Question #273706 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273706

Description changed to:
Hi ,

I'm using sikuli for one of the App testing and it is working fine. I
have seen the below  issue while extracting text from the images.

Issue1:

Image has text "Quantity value is invalid", when im grepping with below code it is returning the "Quantityvalue is invalid"(Failed to return the exact text, space is not seen between Quantity and value)
 
textSearch = find("sikuli.png").highlight(1)
    textFound = textSearch.text()
    print "Grepped text is",textFound

O/P---->
Actual: Grepped text is Quantityvalue is invalid.
Expected: Grepped text is Quantity value is invalid.


Im using sikuli 1.1.0(with options 1 and 3) and windows machine.


Thanks in Advance

regards
Siddu

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