caf_document_detector 7.0.0 copy "caf_document_detector: ^7.0.0" to clipboard
caf_document_detector: ^7.0.0 copied to clipboard

A Flutter plugin for Caf.io solution for document detection. This Flutter plugin provides functionality for detecting documents in images. It uses advanced computer vision algorithms to identify and e [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add caf_document_detector

With Flutter:

 $ flutter pub add caf_document_detector

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

dependencies:
  caf_document_detector: ^7.0.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:caf_document_detector/android_settings/android_settings.dart';
import 'package:caf_document_detector/android_settings/capture_feedback_colors.dart';
import 'package:caf_document_detector/android_settings/capture_stage.dart';
import 'package:caf_document_detector/android_settings/instructional_popup_settings.dart';
import 'package:caf_document_detector/android_settings/security_settings.dart';
import 'package:caf_document_detector/android_settings/sensor_settings.dart';
import 'package:caf_document_detector/android_settings/sensor_stability_settings.dart';
import 'package:caf_document_detector/capture_preview_settings.dart';
import 'package:caf_document_detector/country_code_list.dart';
import 'package:caf_document_detector/document_capture_flow.dart';
import 'package:caf_document_detector/document_captures_model.dart';
import 'package:caf_document_detector/document_detector.dart';
import 'package:caf_document_detector/document_detector_events.dart';
import 'package:caf_document_detector/enums.dart';
import 'package:caf_document_detector/ios_settings/capture_feedback_colors.dart';
import 'package:caf_document_detector/ios_settings/instructional_popup_settings.dart';
import 'package:caf_document_detector/ios_settings/ios_settings.dart';
import 'package:caf_document_detector/ios_settings/layout_customization.dart';
import 'package:caf_document_detector/ios_settings/sensor_settings.dart';
import 'package:caf_document_detector/message_settings.dart';
import 'package:caf_document_detector/upload_settings.dart';
1
likes
0
pub points
77%
popularity

Publisher

unverified uploader

A Flutter plugin for Caf.io solution for document detection. This Flutter plugin provides functionality for detecting documents in images. It uses advanced computer vision algorithms to identify and extract documents from photos or camera frames. With this plugin, you can easily integrate document detection capabilities into your Flutter applications.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on caf_document_detector