iink SDK on Device

iOS平台,off-screen文字识别的问题

过去我使用 editor pointerDown pointerMove-> waitForIdle,来识别我保存的笔迹的点,像中文等语言运行良好。

过去 

image


最近我想识别阿拉伯语,提示“This feature is not supported for this language”

于是我按照文档使用pointerEvents ->waitForIdle,任何语言均一直在等待而没有结果输出。

image


期待您的回复,非常感谢





Hello,

This error occurs when you try to use interractive features on non interractive languages.

You can refer to this document page for further information:

https://developer.myscript.com/docs/interactive-ink/3.0/android/advanced/non-interactive-languages/

Best regards,

Etienne from MyScript

抱歉,刚才写错了。更改了代码,并且把pointid全部赋-1,能够工作得到识别结果了。 

image

另外疑问的就是我这样使用api是否正确呢...虽然疑似得到了正确结果,

因为demo是swift而且似乎没有off-screen的使用方法,还是有些不太明白


- (BOOL)pointerEvents:(nonnull IINKPointerEvent *)events

 “events the list of events (view coordinates in pixel).”   这里我只能传递一个点,如何传递一个list呢













Login or Signup to post a comment