A sample Android application built using Google FireBase ML Kit on the Android platform.
User can click pictures of handwritten text or Typed Text and this app helps to extract the textual contents from it
git clone https://github.com/aadityamp01/Androapps.git
cd "Image2Text/Image2Text"
-
Android Studio
-
Android SDK 24 or later
-
camera permission
//ml kit
implementation 'com.google.android.gms:play-services-mlkit-text-recognition:18.0.2'
- Implementation of cameraX
- FireBase ML Kit
- Navigation Componets
- viewBinding in Java