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
Copy file name to clipboardExpand all lines: InkRecognition/README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
services: cognitive-services, inkrecognition
3
-
platforms: java
3
+
platforms: java, android
4
4
---
5
5
6
6
# Ink Recognition SDK Sample ##
7
7
8
-
Sample code for the Ink Recognizer Cognitive Service SDK which provides easy access to a cloud-based REST API to analyze and recognize digital ink content.
9
-
- Recognizes text drawn
10
-
- Shows how to set language on the request
11
-
- Shows how to set the ink content type on request
8
+
Sample app for the Ink Recognizer Cognitive Service SDK which provides easy access to a cloud-based REST API to analyze and recognize digital ink content.
9
+
* Recognizes text and shapes drawn
10
+
* Shows how to set language on the request
11
+
* Shows how to set the ink content type on request
12
12
13
13
## Features
14
14
@@ -25,12 +25,14 @@ This project framework provides examples for using the Ink Recognition SDK.
25
25
26
26
To get these samples running locally, simply get the pre-requisites above, then:
Copy file name to clipboardExpand all lines: InkRecognition/app/src/main/java/com/azure/cognitiveservices/inkrecognitionsample/InkPointImplementor.java
Copy file name to clipboardExpand all lines: InkRecognition/app/src/main/java/com/azure/cognitiveservices/inkrecognitionsample/InkStrokeImplementor.java
0 commit comments