Could you provide an example for write-to-type in iOS
L
Leducanh841988
started a topic
1 day ago
Dear team
I want to handle recognizer to add strokes and process the handwriting recognition when I want to run it. Could you provide a minimum example for this? The current demo is interactive ink which automatically process handwriting recognition from Myscript side. Thank you.
1 Comment
G
Gwenaelle @MyScript
said
1 day ago
Dear Leducanh841988,
Thank you for contacting us.
We don't have a ready to use write-to-type example in iOS. To build you own application, here are a few hints:
You will find in the Android sample ReadMe a descirption of the Recognizers objects that are used to perform the Gesture and Text recognition.
You can refer to this topic of the forum to learn how to instantiate a Recognizer in iOS. The topic refers to a Math Recognizer, but this documentation page describes the different Recognizers setups.
Leducanh841988
Dear team
I want to handle recognizer to add strokes and process the handwriting recognition when I want to run it. Could you provide a minimum example for this? The current demo is interactive ink which automatically process handwriting recognition from Myscript side.
Thank you.