document_scan 0.2.2 copy "document_scan: ^0.2.2" to clipboard
document_scan: ^0.2.2 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_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.2.2

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';
5
likes
160
points
491
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Headless document scanner for Flutter — detects a document's corners in live camera frames and photos, offline. Composable engine, not a fullscreen UI.

Repository (GitHub)
View/report issues

Topics

#document-scanner #scanner #offline #computer-vision #opencv

License

MIT (license)

Dependencies

flutter, image, meta, pdf

More

Packages that depend on document_scan

Packages that implement document_scan