← Back to team overview

sikuli-driver team mailing list archive

[Question #268699]: OCR - text not found on screen even if it is displayed

 

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

Hi,


Some text is not found on screen even if it is displayed.

the code that works is:
Settings.OcrTextSearch = True
Settings.OcrTextRead = True
navigateText = "Navigate"
popup ("Found " + navigateText)

the code that that does NOT work is: (the only difference is the keyword)
Settings.OcrTextSearch = True
Settings.OcrTextRead = True
navigateText = "incoming"
popup ("Found " + navigateText)

Sikuli returns:
[error] FindFailed ( can not find incoming on the screen. )

Note: 
a) I do not have any image named: incoming.
b) String: "incoming" is shown once on screen.
c) As a workaround I will use images.


If you have any idea please share.


Take care,
George

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.