document_scan 0.2.0 copy "document_scan: ^0.2.0" to clipboard
document_scan: ^0.2.0 copied to clipboard

Composable, native-light document scanner for Flutter: document corner detection plus perspective correction, for both live camera frames and still images.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add document_scan

With Flutter:

 $ flutter pub add document_scan

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

dependencies:
  document_scan: ^0.2.0

Alternatively, your editor might support dart pub get or 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
0
points
491
downloads

Publisher

unverified uploader

Weekly Downloads

Composable, native-light document scanner for Flutter: document corner detection plus perspective correction, for both live camera frames and still images.

Repository (GitHub)
View/report issues

Topics

#document-scanner #computer-vision #camera #opencv #image-processing

License

unknown (license)

Dependencies

flutter, image, meta, pdf

More

Packages that depend on document_scan

Packages that implement document_scan