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. 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.
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 a 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 from Xaml Island InkCanvas
21
-
*Create JSON request following InkRecognizer service's schema.
22
-
*Call the InkRecognizer REST API
23
-
*Parse the JSON reponse to build the document tree
20
+
*Collecting ink strokes from Xaml Island InkCanvas
21
+
*Creating JSON request following InkRecognizer service's schema.
22
+
*Calling the InkRecognizer REST API
23
+
*Parsing the JSON reponse to build the document tree
24
24
25
25
## Contents
26
26
@@ -54,7 +54,7 @@ This sample provides the following features:
54
54
55
55
### Run the sample
56
56
57
-
* To debug the sample and then run it, select **Debug > Start Debugging**. To run the sample without debugging, select **Debug > Start Without Debugging**.
57
+
* To debug the sample, select **Debug > Start Debugging**. To run the sample without debugging, select **Debug > Start Without Debugging**.
58
58
* Write down something on the upper region of the app
59
59
* After one second of inactivity, the ink will be recognized and the result will be visible in the lower region of the app
0 commit comments