This is a simple mobile app that extract text from images
- Image to text
- Flutter
- Flirebase ML Kit
To get started you need to install flutter and then you can download the repository.
git clone https://github.com/Mahekb/OCRApp.git
cd OCRApp
flutter runFor build android.
flutter build apkFor build ios you need macOS and Xcode.
flutter build ios

