[check] find, exists with text with underscore does find full text

Bug #1706508 reported by Philip Lo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

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'

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 2.0.0
summary: - find, exists with text with underscore does find full text
+ [1.1.x] find, exists with text with underscore does find full text
description: updated
RaiMan (raimund-hocke)
summary: - [1.1.x] find, exists with text with underscore does find full text
+ [check] find, exists with text with underscore does find full text
Changed in sikuli:
milestone: 2.0.0 → 2.0.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.