Skip to content

Commit 87ad050

Browse files
authored
Update README.md
1 parent e131bcb commit 87ad050

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [How to use](#how-to-use)
66
- [How it works](#how-it-works)
77
- [Build](#build)
8+
- [Libraries used](#libraries-used)
89

910
## Introduction
1011

@@ -130,3 +131,7 @@ private fun solve(index: Int = 0): Boolean {
130131
mScale = Math.max(((float)height)/mFrameHeight, ((float)width)/mFrameWidth);
131132
```
132133
- Done, you can now build the project
134+
135+
## Libraries used
136+
- [OpenCV](https://github.com/opencv/opencv) for image processing.
137+
- [ML Kit Text Recognition V2](https://developers.google.com/ml-kit/vision/text-recognition/v2) for getting the numbers out of the image.

0 commit comments

Comments
 (0)