indian_number_plate_ocr 1.0.1 copy "indian_number_plate_ocr: ^1.0.1" to clipboard
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_ocr

This 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.1

Alternatively, 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';
1
likes
160
points
124
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for OCR and extraction of Indian vehicle registration number plates (HSRP, BH series, Military, Commercial) using Google ML Kit.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, google_mlkit_text_recognition

More

Packages that depend on indian_number_plate_ocr