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
These samples are quickstarts that show how to use the Ink Recognizer API.
13
+
14
+
## Prerequisites
15
+
16
+
- An [Azure Ink Recognizer resource](https://portal.azure.com/#blade/Microsoft_Azure_Marketplace/MarketplaceOffersBlade/selectedMenuItemId/home/searchQuery/ink%20recognizer)
17
+
- For the sample in the Quickstart folder: create a Visual Studio C# console app and copy/paste the `recognizeInk.cs` code into your `Program.cs` file.
18
+
- Add the `example-ink-strokes.json` file to your bin\debug\netcoreapp3.0 folder.
19
+
- Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.
20
+
21
+
## Running the samples
22
+
- If trying the UWP or WPF app (instructions in their READMEs), clone this repo and run the projects from there.<br>
0 commit comments