caf_document_detector 7.0.2 caf_document_detector: ^7.0.2 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 Flutter:
$ flutter pub add caf_document_detector
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
caf_document_detector: ^7.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: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';