card_passbook_scanner 1.0.0 copy "card_passbook_scanner: ^1.0.0" to clipboard
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_scanner

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

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:card_passbook_scanner/card_passbook_scanner.dart';
1
likes
150
points
39
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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).

Repository (GitHub)
View/report issues

Topics

#ocr #scanner #credit-card #passbook #ifsc

License

MIT (license)

Dependencies

camera, flutter, flutter_riverpod, google_mlkit_commons, google_mlkit_text_recognition, permission_handler

More

Packages that depend on card_passbook_scanner