docscan 1.1.0 copy "docscan: ^1.1.0" to clipboard
docscan: ^1.1.0 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 Dart:

 $ dart pub add docscan

With Flutter:

 $ flutter pub add docscan

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

dependencies:
  docscan: ^1.1.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:docscan/docscan.dart';
9
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter, image_picker, path, path_provider, permission_handler

More

Packages that depend on docscan