document_scan 0.3.1 copy "document_scan: ^0.3.1" to clipboard
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_scan

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  document_scan: ^0.3.1

Alternatively, 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';
9
likes
160
points
1.72k
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#document-scanner #edge-detection #camera #offline #pdf

License

MIT (license)

Dependencies

flutter, image, meta, pdf

More

Packages that depend on document_scan

Packages that implement document_scan