paper_scanner_ios 0.1.3 copy "paper_scanner_ios: ^0.1.3" to clipboard
paper_scanner_ios: ^0.1.3 copied to clipboard

PlatformiOS

iOS implementation of paper_scanner, using Vision for document detection and CoreImage for perspective crop and filters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paper_scanner_ios

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

dependencies:
  paper_scanner_ios: ^0.1.3

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:paper_scanner_ios/paper_scanner_ios.dart';
0
likes
150
points
176
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

iOS implementation of paper_scanner, using Vision for document detection and CoreImage for perspective crop and filters.

Homepage
Repository (GitHub)
View/report issues

Topics

#scanner #document #camera

License

MIT (license)

Dependencies

flutter, paper_scanner_platform_interface

More

Packages that depend on paper_scanner_ios

Packages that implement paper_scanner_ios