diff --git a/README.md b/README.md index 008e4ab..677b818 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Go to [Releases](https://github.com/krishnachaitanya0107/TextRecognizerApp/relea - Detects text in images Using the ML Kit Text Recognition API - Uses the CameraX Jetpack support library to show a viewfinder and display the camera preview +- Can Pick an image from gallery for text recognition - Provides a Flashlight button to turn on/off the device flashlight if needed - Extracted text can be copied to clipboard or can be shared via any another text sharing app available on the user's device - Handles device rotation as well @@ -28,6 +29,7 @@ Go to [Releases](https://github.com/krishnachaitanya0107/TextRecognizerApp/relea - CameraX and viewFinder - Flashlight - Lottie Animations +- Pick Image from gallery # Contributing @@ -48,6 +50,7 @@ PLEASE MAKE SURE TO REMOVE THE .idea/ files before pushing a commit & Every PR w - ML kit Codelabs - https://codelabs.developers.google.com/codelabs/mlkit-android#0 - ML kit Documentation - https://developers.google.com/ml-kit/vision/text-recognition/android#kotlin - Lottie animation - https://lottiefiles.com/38287-scanning-searching-for-data +- Image Picker Library - https://github.com/Dhaval2404/ImagePicker # Featured On