Skip to content

Commit 0c10a73

Browse files
committed
[README] fix lasso sample described in wrong paragraph and add gif to illustrate examples
(cherry picked from commit 0cdbfeb7000a558bdbf790755a063688a92ea551)
1 parent 3c49846 commit 0c10a73

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ This repository comes in addition with further advanced Android examples that de
1414

1515
3. Copy this certificate to `certificate/src/main/java/com/myscript/certificate/MyCertificate.java`
1616

17-
4. The lasso example is illustrating how you can perform recognition of strokes captured with a lasso in the drawing area of your application: It is based on two "Drawing" parts: one for the drawing/writing area and the other one for the lasso capture. In lasso mode, the lassoed strokes are sent as a series of event to a batch recognition of a "Text" part and the result is displayed.
18-
1917
## Various examples
2018

2119
This repository provides you with an additional set of ready-to-use examples based on Android:
@@ -29,8 +27,22 @@ This repository provides you with an additional set of ready-to-use examples bas
2927

3028
2. The exercise assessment illustrates the case when you want to use several writing areas each one for a specific purpose (here the example is based on problem solving and score writing) in your application. It is thus using multiple editors, one per writing area, as each one has a different purpose: one of them is dedicated to "Math" content types and the three other ones to "Text" content type.
3129

30+
<div align="center">
31+
<img src="assessment.gif" alt="assessment" width="302">
32+
</div>
33+
3234
3. The search example shows how to perform word search on raw digital ink and highlights the result found in the ink. it is based on "Raw Content" Content Type.
3335

36+
<div align="center">
37+
<img src="search-sample.gif" alt="search sample" width="302">
38+
</div>
39+
40+
4. The lasso example is illustrating how you can perform recognition of strokes captured with a lasso in the drawing area of your application: It is based on two "Drawing" parts: one for the drawing/writing area and the other one for the lasso capture. In lasso mode, the lassoed strokes are sent as a series of event to a batch recognition of a "Text" part and the result is displayed.
41+
42+
<div align="center">
43+
<img src="lasso.gif" alt="lasso" width="302">
44+
</div>
45+
3446
## Documentation
3547

3648
A complete guide is available on [MyScript Developer Portal](https://developer.myscript.com/docs/interactive-ink/latest/android/).

assessment.gif

463 KB
Loading

lasso.gif

56.1 KB
Loading

search-sample.gif

13.9 KB
Loading

0 commit comments

Comments
 (0)