document_scan 0.2.3
document_scan: ^0.2.3 copied to clipboard
Headless document scanner for Flutter — detects a document's corners in live camera frames and photos, offline. Composable engine, not a fullscreen UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add document_scanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
document_scan: ^0.2.3Alternatively, 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:document_scan/document_scan.dart';