docovue 1.0.1
docovue: ^1.0.1 copied to clipboard
Privacy-first document scanning and OCR plugin for Flutter. Auto-capture with liveness detection. Supports Aadhaar, PAN, passports, credit cards, and more with 100% on-device processing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add docovueThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
docovue: ^1.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:docovue/docovue.dart';