Skip to content

Commit b45ee08

Browse files
committed
Update README.md
add demo link and instructions
1 parent 4a6cb63 commit b45ee08

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,27 @@ Here is the output from a typical example session:
8181

8282

8383
# Annif-mobile
84+
85+
Try the demo at https://m.text-analytics.buildvoc.co.uk/
86+
87+
Instructions for using the app
88+
1. First, take a picture of a document (or a part of it such as the introduction section) using your mobile device.
89+
Then the app will automatically:
90+
![](https://notes.buildvoc.co.uk/uploads/upload_5ecc408b44dc2e692930e9ccc9a75428.png)
91+
92+
93+
1. Convert it to text using Optical Character Recognition (OCR) technology.
94+
95+
3. Analyse the text using Annif
96+
Present you with a list of suggested subjects of interest that have been detected in the article. Also will provide you with search results for fire safety guidance.
97+
![](https://notes.buildvoc.co.uk/uploads/upload_393c0fda7032819e654c1baa407b63a1.png)
98+
99+
search results with diagrams
100+
![](https://notes.buildvoc.co.uk/uploads/upload_e21f240d38e53ba4ee57dac745f74ba7.png)
101+
102+
103+
## OCR Function
104+
Take photo of text content with a webcam (code snippet from Colab), run optical character recognition on it with Tesseract (wrapper for Google’s Tesseract-OCR), and send the text to Annif.
84105

85106
## License
86107

0 commit comments

Comments
 (0)