flutter_document_capture 0.0.1 copy "flutter_document_capture: ^0.0.1" to clipboard
flutter_document_capture: ^0.0.1 copied to clipboard

Flutter FFI plugin for real-time document capture preprocessing using OpenCV. Provides corner detection, quality assessment, perspective correction, and image enhancement for OCR optimization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_document_capture

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

dependencies:
  flutter_document_capture: ^0.0.1

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:flutter_document_capture/flutter_document_capture.dart';
1
likes
140
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter FFI plugin for real-time document capture preprocessing using OpenCV. Provides corner detection, quality assessment, perspective correction, and image enhancement for OCR optimization.

Repository (GitHub)
View/report issues

Topics

#opencv #ocr #document-scanner #image-processing

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on flutter_document_capture

Packages that implement flutter_document_capture