File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Go to [Releases](https://github.com/krishnachaitanya0107/TextRecognizerApp/relea
10
10
11
11
- Detects text in images Using the ML Kit Text Recognition API
12
12
- Uses the CameraX Jetpack support library to show a viewfinder and display the camera preview
13
+ - Can Pick an image from gallery for text recognition
13
14
- Provides a Flashlight button to turn on/off the device flashlight if needed
14
15
- Extracted text can be copied to clipboard or can be shared via any another text sharing app available on the user's device
15
16
- Handles device rotation as well
@@ -28,6 +29,7 @@ Go to [Releases](https://github.com/krishnachaitanya0107/TextRecognizerApp/relea
28
29
- CameraX and viewFinder
29
30
- Flashlight
30
31
- Lottie Animations
32
+ - Pick Image from gallery
31
33
32
34
# Contributing
33
35
@@ -48,6 +50,7 @@ PLEASE MAKE SURE TO REMOVE THE .idea/ files before pushing a commit & Every PR w
48
50
- ML kit Codelabs - https://codelabs.developers.google.com/codelabs/mlkit-android#0
49
51
- ML kit Documentation - https://developers.google.com/ml-kit/vision/text-recognition/android#kotlin
50
52
- Lottie animation - https://lottiefiles.com/38287-scanning-searching-for-data
53
+ - Image Picker Library - https://github.com/Dhaval2404/ImagePicker
51
54
52
55
# Featured On
53
56
You can’t perform that action at this time.
0 commit comments