General questions

REST or SDK for Strokes Classification

Hi,

We are Developing a product for EdTech and will be using MyScript Api.

We already have the Stroke information available.

Our first requirement is to classify the strokes to Text, Math or Diagram.

Second is to Transcript Text to Text and Math to Latex.


What is the best approach we should be using REST or SDK.

Where do we find the examples to implement them.


Thanks

Shailesh

1 Comment

Hi Shailesh,


Thank you for contacting us.


As you already have captured the strokes and you don't want to use interactive features or persist your ink, we recommend you using our Raw Content recognizer.
The choice between the Web or the native APIs depends whether you want to run the recognition on the device (native API) or on the cloud, in which case your device needs an internet connection to send the strokes and get the recognition result (Web APIs). Please note that not all native devices support the latest Raw Content recognizer.
For more details please see https://developer.myscript.com/docs/interactive-ink/latest/overview/platforms/

For a Raw Content recognizer Web example , please refer to https://developer.myscript.com/docs/interactive-ink/latest/web/rest/raw-content-example-new/

For the native Raw Content you can refer to https://developer.myscript.com/docs/interactive-ink/4.1/android/advanced/recognizers/
We don't have a ready to use Raw Content Recognizer native example, but you can refer our write-to-type Android sample that relies on Recognizers.
Its architecture is described in this document: https://github.com/MyScript/interactive-ink-additional-examples-android/blob/master/samples/write-to-type/ReadMe.pdf


Best regards,


Gwenaëlle


Login or Signup to post a comment