Changing language in Tesseract does not seem to work

Bug #1548393 reported by Barry Janzen
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Released
Undecided
Unassigned

Bug Description

My tests are written in English and do a lookup to click menus in other languages, and they fail in these languages. For example, to click on "File" in Japanese, I look up
"File"="ファイル" and then do a

click('ファイル')

which doesn't work. If observed this in Russian, Traditional and Simplified Chinese, Japanese and Korean. To check this, I ran Tesseract natively on my Mac and it works.

In Sikuli, I do:

# -*- coding: utf-8 -*-
Settings.OcrTextSearch = True
Settings.OcrTextRead = True
Settings.OcrLanguage = 'rus'
TR.reset()

file_menu = "файл"
click(file_menu)

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

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