Skip to content

Commit 4810a0c

Browse files
committed
add xaml island brief intro
1 parent 46c9fcc commit 4810a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/InkRecognition/wpf-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ products:
1111

1212
![Build passing](https://img.shields.io/badge/build-passing-brightgreen.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg)
1313

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.
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.
1515

1616
## Features
1717

1818
This sample provides the following features:
1919

20-
* Collect ink strokes
20+
* Collect ink strokes from Xaml Island InkCanvas
2121
* Create JSON request following InkRecognizer service's schema.
2222
* Call the InkRecognizer REST API
2323
* Parse the JSON reponse to build the document tree

0 commit comments

Comments
 (0)