indian_number_plate_ocr 1.0.1
indian_number_plate_ocr: ^1.0.1 copied to clipboard
A Flutter package for OCR and extraction of Indian vehicle registration number plates (HSRP, BH series, Military, Commercial) using Google ML Kit.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add indian_number_plate_ocrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
indian_number_plate_ocr: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:indian_number_plate_ocr/indian_number_plate_ocr.dart';