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 O/p: Grepped text is Quantityvalue is invalid.
Expected O/p: 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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to