Currently, you did not mention if your existing handwriting data are images or strokes (x and y coordinates).
Indeed, the MyScript technology is not able to deal with images, but takes X and Y coordinates as input. You then understand that if you have x and y coordinates, then our technology should then be able to recognize your exiting data, otherwise it will not be.
denny denny
如果我之前已经使用了第三方的手写功能,并且已经采集到笔迹数据了,如果把现有的笔迹数据调用你们的接口来转换成文字呢,谢谢。
Dear Denny,
indeed, based on what you say, you should be able to process your existing ink samples, as a series of events: https://developer.myscript.com/docs/interactive-ink/1.3/android/fundamentals/editing/#series-of-events
For Android, you can refer to our "batch-mode" sample: https://github.com/MyScript/interactive-ink-additional-examples-android/tree/master/java/samples/batch-mode
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Denny,
thank you for your question.
Currently, you did not mention if your existing handwriting data are images or strokes (x and y coordinates).
Indeed, the MyScript technology is not able to deal with images, but takes X and Y coordinates as input. You then understand that if you have x and y coordinates, then our technology should then be able to recognize your exiting data, otherwise it will not be.
Best regards,
Olivier
Olivier @MyScript
UPDATE:
Olivier @MyScript
Dear Denny,
indeed, based on what you say, you should be able to process your existing ink samples, as a series of events: https://developer.myscript.com/docs/interactive-ink/1.3/android/fundamentals/editing/#series-of-events
For Android, you can refer to our "batch-mode" sample: https://github.com/MyScript/interactive-ink-additional-examples-android/tree/master/java/samples/batch-mode
Best regards,
Olivier