doc_scan_lite 0.0.2 copy "doc_scan_lite: ^0.0.2" to clipboard
doc_scan_lite: ^0.0.2 copied to clipboard

Lightweight document scanner plugin: live edge detection and perspective crop via classical CV over FFI. No ML models, no Play Services, no OpenCV.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add doc_scan_lite

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

dependencies:
  doc_scan_lite: ^0.0.2

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:doc_scan_lite/doc_scan_lite.dart';
3
likes
160
points
186
downloads

Documentation

API reference

Publisher

verified publisherchinmaysinghmodak.com

Weekly Downloads

Lightweight document scanner plugin: live edge detection and perspective crop via classical CV over FFI. No ML models, no Play Services, no OpenCV.

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

camera, ffi, flutter, plugin_platform_interface

More

Packages that depend on doc_scan_lite

Packages that implement doc_scan_lite