Skip to content

Commit

Permalink
correct readme to display the image
Browse files Browse the repository at this point in the history
  • Loading branch information
YDec committed Oct 11, 2022
1 parent 6061c39 commit e179ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This repository provides you with an additional set of ready-to-use examples bas
offScreenProcess(typeOfPart[it])
~~~
<div align="center">
<img src="batch.gif" alt="batch" width="302">
<img src="batch.gif" alt="batch sample" width="302">
</div>

NB: you will retrieve data converted in your device internal storage : Android\data\com.myscript.iink.samples.batchmode\files
Expand All @@ -41,7 +41,7 @@ NB: you will retrieve data converted in your device internal storage : Android\d
- Fifth one is dedicated to "Draw" content types

<div align="center">
<img src="assesment.gif" alt="assessment_new" width="302">
<img src="assessment.gif" alt="assessment sample" width="302">
</div>

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 by default but you can change it to "Text Document" by modifying the following line in the MainActivity class:
Expand Down

0 comments on commit e179ba8

Please sign in to comment.