/google_ml_kit_OCR_flutter

Flutter OCR null sefty handle, update android version . Optical character recognition is a process of conversion of typed images, printed text into the machine-encoded text.This project contains the code of OCR usage in flutter, It is defined in very easy way for newly flutter devs. Enjoy!!

Primary LanguageMakefileMIT LicenseMIT

Flutter Google ML Kit OCR

This a sample Flutter app integrated with the ML Kit Vision API for recognition All text from an image.

Plugins

Using the following dependencies in the pubspec.yaml file:

dependencies:
  cupertino_icons: ^1.0.3
  camera: ^0.9.4+5
  google_ml_kit: ^0.7.3

For the latest version of these plugins checkout their respective pages on pub.dev.

Usage

You can try out the app on your system by following these steps:

  1. Get packages:

    flutter pub get
  2. Go to android/app/build.gradle and update the minSdkVersion to 26:

    minSdkVersion 26
  3. Run the app:

    flutter run

Inspire by sbis04/flutter_mlkit_vision