classify_card 2.0.1
classify_card: ^2.0.1 copied to clipboard
On-device Card Gate V3 pre-check: decides whether a photo holds an identity document before you call a classify/OCR backend. Runs offline in ~20ms, fails open, Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add classify_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
classify_card: ^2.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:classify_card/classify_card.dart';