New question #683438 on Sikuli:
https://answers.launchpad.net/sikuli/+question/683438
I used Region.text() to get Japanese text as following:
# -*- coding: utf-8 -*-
import sys
import os
from sikuli import *
str = find("interrupt.png").text()
print str
The "interrupt.png" contains "認識中断"
However, str returns "El2EPB" string, not "認識中断"
Currently, I don't find the way to resolve this problem
Could you help me resolve this problem?
Thanks and best regards
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp