flutter_caf_document_detector 1.0.3-beta copy "flutter_caf_document_detector: ^1.0.3-beta" to clipboard
flutter_caf_document_detector: ^1.0.3-beta copied to clipboard

A Flutter plugin for Caf.io solution for document detection. It uses advanced computer vision algorithms to identify and extract documents from photos or camera frames.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_caf_document_detector

With Flutter:

 $ flutter pub add flutter_caf_document_detector

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

dependencies:
  flutter_caf_document_detector: ^1.0.3-beta

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:flutter_caf_document_detector/android_settings/android_settings.dart';
import 'package:flutter_caf_document_detector/android_settings/capture_feedback_colors.dart';
import 'package:flutter_caf_document_detector/android_settings/capture_stage.dart';
import 'package:flutter_caf_document_detector/android_settings/instructional_popup_settings.dart';
import 'package:flutter_caf_document_detector/android_settings/security_settings.dart';
import 'package:flutter_caf_document_detector/android_settings/sensor_settings.dart';
import 'package:flutter_caf_document_detector/android_settings/sensor_stability_settings.dart';
import 'package:flutter_caf_document_detector/capture_preview_settings.dart';
import 'package:flutter_caf_document_detector/country_code_list.dart';
import 'package:flutter_caf_document_detector/document_capture_flow.dart';
import 'package:flutter_caf_document_detector/document_captures_model.dart';
import 'package:flutter_caf_document_detector/document_detector.dart';
import 'package:flutter_caf_document_detector/document_detector_events.dart';
import 'package:flutter_caf_document_detector/enums.dart';
import 'package:flutter_caf_document_detector/ios_settings/capture_feedback_colors.dart';
import 'package:flutter_caf_document_detector/ios_settings/instructional_popup_settings.dart';
import 'package:flutter_caf_document_detector/ios_settings/ios_settings.dart';
import 'package:flutter_caf_document_detector/ios_settings/layout_customization.dart';
import 'package:flutter_caf_document_detector/ios_settings/sensor_settings.dart';
import 'package:flutter_caf_document_detector/message_settings.dart';
import 'package:flutter_caf_document_detector/upload_settings.dart';
0
likes
0
points
1.07k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Caf.io solution for document detection. It uses advanced computer vision algorithms to identify and extract documents from photos or camera frames.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_caf_document_detector

Packages that implement flutter_caf_document_detector