classify_card 2.0.1 copy "classify_card: ^2.0.1" to clipboard
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_card

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  classify_card: ^2.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:classify_card/classify_card.dart';
0
likes
120
points
259
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ekyc #kyc #document-detection #tflite #on-device

License

unknown (license)

Dependencies

camera, flutter, onnxruntime, plugin_platform_interface

More

Packages that depend on classify_card

Packages that implement classify_card