nimc_card_scanner 0.0.1+2
nimc_card_scanner: ^0.0.1+2 copied to clipboard
This is a flutter OCR implementation to scan Nigerian National IDs, Passports & Drivers License
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nimc_card_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nimc_card_scanner: ^0.0.1+2Alternatively, 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:nimc_card_scanner/nimc_card_scanner.dart';