sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43279
[Bug 1706508] Re: find, exists with text with underscore does find full text
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 2.0.0
** Summary changed:
- find, exists with text with underscore does find full text
+ [1.1.x] find, exists with text with underscore does find full text
** Description changed:
+ There are many known problems with the standard use of text search and
+ OCR based on Tesseract in version 1. This will only be addressed later
+ in version 2.
+
+ Users of SikuliX 1.1.x have to live with the weaknesses of the feature.
+
+ -----------------------------------------------------
+
Sikuli version 1.1.1
windows 10 64-bit
procedure:
in notepad create 2 lines:
somethinghippyfox
sheep_elephant
run this code:
click_next = exists('sheep_elephant')
if click_next:
- print("found")
+ print("found")
else:
- print("can not find")
+ print("can not find")
-
- Script will not find 'sheep_elephant'. Script will find 'somethinghippfox' and 'sheep_e'
+ Script will not find 'sheep_elephant'. Script will find
+ 'somethinghippfox' and 'sheep_e'
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1706508
Title:
[1.1.x] find, exists with text with underscore does find full text
Status in Sikuli:
In Progress
Bug description:
There are many known problems with the standard use of text search and
OCR based on Tesseract in version 1. This will only be addressed later
in version 2.
Users of SikuliX 1.1.x have to live with the weaknesses of the
feature.
-----------------------------------------------------
Sikuli version 1.1.1
windows 10 64-bit
procedure:
in notepad create 2 lines:
somethinghippyfox
sheep_elephant
run this code:
click_next = exists('sheep_elephant')
if click_next:
print("found")
else:
print("can not find")
Script will not find 'sheep_elephant'. Script will find
'somethinghippfox' and 'sheep_e'
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1706508/+subscriptions
References