docscan 1.1.6 copy "docscan: ^1.1.6" to clipboard
docscan: ^1.1.6 copied to clipboard

A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add docscan

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

dependencies:
  docscan: ^1.1.6

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:docscan/docscan.dart';
9
likes
140
pub points
50%
popularity

Publisher

verified publishercracktech.org

A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, path, path_provider, permission_handler

More

Packages that depend on docscan