Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sikuli で Java を使用して OCR 関数 Region.text() を動作させた人はいますか?
これを出力として取得し続けます
Region.text: テキスト認識は現在オフになっています
とにかく、Javaでこの機能をオンにする方法が見つかりません。
Sikuli にはオプションを持つ Settings クラス (org.sikuli.basics.Settings) があります。
Settings.OcrTextSearch
Settings.OcrTextRead
それらを真にすると、うまくいくはずです:)
PS実際には、なぜデフォルトでfalseなのかわかりません...