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';
13
likes
130
points
70
downloads

Publisher

verified publishercracktech.org

Weekly Downloads

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)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, path, path_provider, permission_handler

More

Packages that depend on docscan