document_scan 0.3.1
document_scan: ^0.3.1 copied to clipboard
Offline document edge detection for Flutter — returns corner coordinates from live camera frames and photos. A headless engine: you own the camera and the 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.3.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:document_scan/document_scan.dart';