Skip to content

Commit

Permalink
added image picker library to pick image from gallery to perform text…
Browse files Browse the repository at this point in the history
… recognition
  • Loading branch information
krishnachaitanya0107 committed Dec 17, 2021
1 parent 987caf9 commit 75f08ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class MainActivity : AppCompatActivity() {
visibility = View.VISIBLE
setImageURI(uri)
}
binding.group.visibility = View.VISIBLE
//runTextRecognition(binding.previewImage.drawable.toBitmap())
}
ImagePicker.RESULT_ERROR -> {
Expand Down

0 comments on commit 75f08ad

Please sign in to comment.