We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131bcb commit 87ad050Copy full SHA for 87ad050
README.md
@@ -5,6 +5,7 @@
5
- [How to use](#how-to-use)
6
- [How it works](#how-it-works)
7
- [Build](#build)
8
+- [Libraries used](#libraries-used)
9
10
## Introduction
11
@@ -130,3 +131,7 @@ private fun solve(index: Int = 0): Boolean {
130
131
mScale = Math.max(((float)height)/mFrameHeight, ((float)width)/mFrameWidth);
132
```
133
- 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