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 有设置类(org.sikuli.basics.Settings),它有选项:
Settings.OcrTextSearch
Settings.OcrTextRead
把它们说成是真的,它应该可以工作:)
PS 其实我不知道为什么他们默认是假的......
如果您使用 1.1.x 的 Sikulix IDE 应用程序,请转到Preferences , more options...,您应该启用允许 OCR。