card_passbook_scanner 1.0.0
card_passbook_scanner: ^1.0.0 copied to clipboard
Live camera OCR scanner for payment cards and Indian bank passbooks using ML Kit, with manual parsers (Luhn validation, expiry heuristics, IFSC and account scoring).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add card_passbook_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
card_passbook_scanner: ^1.0.0Alternatively, 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:card_passbook_scanner/card_passbook_scanner.dart';