doc_scan_lite 0.0.1
doc_scan_lite: ^0.0.1 copied to clipboard
Lightweight classical-CV document edge detection and perspective-crop FFI plugin — no ML models, no Play Services.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add doc_scan_liteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
doc_scan_lite: ^0.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:doc_scan_lite/doc_scan_lite.dart';