You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ink Recognizer Cognitive Service provides recognition of digital ink. It takes the digital ink stroke data as input and provides a document tree with individual recognition units as output. This project has sample code to demonstrate a few ways developers can take advantage of the service.
14
+
Ink Recognizer Cognitive Service provides recognition of digital ink. It takes the digital ink stroke data as input and provides a document tree with individual recognition units as output. This project has sample code to demonstrate a few ways developers can take advantage of the service. This sample also shows use case for [Xaml Island](https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/xaml-host-controls) on InkCanvas, which import UWP controls into desktop applications.
15
15
16
16
## Features
17
17
18
18
This sample provides the following features:
19
19
20
-
* Collect ink strokes
20
+
* Collect ink strokes from Xaml Island InkCanvas
21
21
* Create JSON request following InkRecognizer service's schema.
22
22
* Call the InkRecognizer REST API
23
23
* Parse the JSON reponse to build the document tree
0 commit comments