Skip to content

Commit 2ba95b9

Browse files
authored
Initial commit
1 parent a3adb1f commit 2ba95b9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

dotnet/InkRecognition/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
topic: sample
3+
languages:
4+
- C# (dotnet)
5+
products:
6+
- azure
7+
- cognitive services
8+
---
9+
10+
# Ink Recognizer REST API samples
11+
12+
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>
23+
`git clone https://github.com/Azure-Samples/cognitive-services-REST-api-samples.git`
24+
- Otherwise run the Visual Studio console app for the `recognizeInk.cs` results.
25+
26+
## Resources
27+
- Ink Recognizer documentation: <br>
28+
https://docs.microsoft.com/en-us/azure/cognitive-services/ink-recognizer/index
29+
- Ink Recognizer API:<br>
30+
https://dev.cognitive.microsoft.com/docs/services/inkrecognizer/operations/inkRecognizerPUT

0 commit comments

Comments
 (0)