[1.1.1 & 1.1.2] Text OCR, check version --- one has to live with all the weakness

Bug #1720335 reported by Pierre
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Won't Fix
Undecided
RaiMan

Bug Description

Hello

When I tried to find a version for something with "multi dot" (find("3.43.03")) in the find i got a "FindFailed".
So i tried the unicode octal code : "\056" in the string, find("3\05643\05603"), but same error.

I use Sikuli 1.1.1 and 1.1.2 on Windows 7 x64 with java 8
White word page with only the text "3.43.03" in Courier New, 9

##### START CODE #####
Settings.OcrTextRead = True
Settings.OcrTextSearch = True
Settings.OcrLanguage = 'fra'
import org.sikuli.script.TextRecognizer as TR
TR.reset()
TR.getInstance()

SCREEN.setRaster(3,3)
R = SCREEN.getCell(1,1)
R.highlight(1)
txt = R.text()

popup(txt + " \056")

R2 = R.find("3.43.03") # HERE [error] FindFailed ( 3.43.03 as text )
R2.highlight(5)
##### END CODE #####

thanks for your time.

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Won't Fix
assignee: nobody → RaiMan (raimund-hocke)
summary: - [1.1.1 & 1.1.2] Text OCR, check version
+ [1.1.1 & 1.1.2] Text OCR, check version --- one has to live with all the
+ weakness
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.