doc_scan_lite 0.0.2
doc_scan_lite: ^0.0.2 copied to clipboard
Lightweight document scanner plugin: live edge detection and perspective crop via classical CV over FFI. No ML models, no Play Services, no OpenCV.
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.2Alternatively, 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';