LogoLogo
Useful links
  • Home
  • Product guides
  • API
  • SDKs
  • Overview
  • First steps
  • ANDROID
    • Getting Started with the SDK
    • Standalone Modules
      • Document Detector
        • Release Notes
        • Current Version
        • Requirements
        • Gradle Dependencies
        • Gradle Source Code
        • Setting up the SDK
          • Setting properties
          • Capture Stages
          • Messages Settings
          • Customization
          • Security Settings
          • Detection Steps
          • Upload Mode
          • Advanced Settings
            • Proxy configuration
            • Preview configuration
        • Start Document Detection
        • Source Code
        • Google security form
        • Reduce SDKs size
        • SDKs response
        • References
        • FAQ
      • Face Liveness
        • Release Notes
        • Current Version
        • Requirements
        • Gradle Dependencies
        • Gradle Source Code
        • SDK Lifecycle
        • Building the SDK
        • Start Liveness Verification
        • Source Code
        • References
        • Advanced Features
        • FAQ
      • Face Authenticator
        • Release Notes
      • Smart Auth
        • Release Notes
        • Current Version
        • Requirements
        • Gradle Dependencies
        • Gradle Source Code
        • Permissions
        • SDK Lifecycle
        • Building the SDK
        • Start Smart Authentication
        • Source Code
        • References
        • FAQ
      • Face Liveness (deprecated)
        • Release Notes
  • iOS
    • Getting Started with the SDK
    • Standalone Modules
      • Document Detector
        • Release Notes
        • Current Version
        • Requirements
        • Installing the SDK
        • Setting up the SDK
          • Setting properties
          • Messages Settings
          • Customization
          • Detection Steps
          • Upload Mode
          • Advanced Settings
            • Proxy configuration
            • Preview configuration
        • Start Document Detection
        • References
        • FAQ
      • Face Liveness
        • Release Notes
        • Installation
        • Current Version
        • Requirements
        • SDK Lifecycle
        • Building the SDK
        • Start Liveness Verification
        • Source Code
        • References
        • FAQ
      • Face Authenticator
        • Release Notes
        • Installation
        • Current Version
        • Requirements
        • Building the SDK
        • Start the SDK
        • References
        • FAQ
      • Smart Auth
        • Release Notes
        • Installation
        • Current Version
        • Requirements
        • SDK Lifecycle
        • Building the SDK
        • Start Smart Authentication
        • Source Code
        • References
        • FAQ
      • Face Liveness (deprecated)
        • Release Notes
  • REACT NATIVE
    • Standalone Modules
      • Document Detector
        • Release Notes
        • Current Version
        • Requirements
        • Installation
        • Hooks
        • Start Document Verification
        • Source Code
        • TypeScript References
        • Customizing Style
        • FAQ
      • Face Liveness
        • Release Notes
        • Current Version
        • Requirements
        • Installation
        • Hooks
        • Start Liveness Verification
        • Source Code
        • TypeScript References
        • FAQ
      • Face Authenticator
        • Release Notes
        • Current Version
        • Requirements
        • Installation
        • Hooks
        • Start Authentication Verification
        • Source Code
        • TypeScript References
        • FAQ
      • Smart Auth
        • Getting started
        • Release notes
        • Using Native Modules
          • Requirements
          • Gradle Source Code
          • Podfile Source Code
          • Native Module Android
          • Native Module iOS
          • Import Native Modules
          • Source Code
          • TypeScript References
          • FAQ
        • Using Expo Modules
          • Requirements
          • Create Local Expo Module
          • Gradle Source Code
          • Podspec Source Code
          • Native Module Android
          • Native Module iOS
          • Import Expo Modules
          • Source Code
          • TypeScript References
          • FAQ
  • WEB (JAVASCRIPT)
    • Standalone Modules
      • Document Detector
        • Getting started
        • SDK builder options
          • Analytics
          • Appearance
          • Messages
        • SDK methods
        • Event listeners
        • Customization
        • Release notes
      • Face Liveness
        • Customization
        • Release notes
      • Face Authenticator
        • Customization
        • Release notes
      • Smart Auth
        • SDK errors
        • Customization
        • Release notes
LogoLogo

2025 © Caf. - All rights reserved

On this page
  • Repository
  • Terms & Policies
  • SDK Dependencies
  • Android
  • iOS
  • Runtime Permissions
  • Useful Links
  1. FLUTTER
  2. Standalone Modules

Document Detector

The Document Detector SDK allows seamless document capture and verification, enabling you to integrate advanced document detection capabilities into your applications.

Last updated 28 days ago

This library provides a Flutter bridge for our native SDKs. The versions currently in use are as follows:

  • Android: com.combateafraude.sdk:document-detector:9.2.0

  • iOS: DocumentDetector, 15.0.3

The Document Detector SDK utilizes cutting-edge artificial intelligence to capture and verify document images reliably, ensuring fraud prevention and compliance. It is ideal for onboarding processes that require document authentication.

Repository

You can access the Caf's Document Detector Flutter Repository .

Terms & Policies

When using our SDKs, please make sure that you agree with our and our .

SDK Dependencies

The Document Detector SDK relies on the following external libraries:

Android

SDK
Version

TensorFlowLite

2.16.1

CafSolutions

1.0.1

  • : Provides support for machine learning models used during document detection.

  • : Provides utilities for secure data processing and compliance with regulatory standards.

iOS

SDK
Version

TensorFlowLiteC

2.14.0

CafSolutions

1.0.1

Runtime Permissions

Android

Permission
Reason
Required

CAMERA

Capturing images of the document for verification purposes.

✅

iOS

Permission
Reason
Required

Privacy - Camera Usage Description

Capturing images of the document for verification purposes.

✅


Useful Links

: Provides support for machine learning models used during document detection.

: Provides utilities for secure data processing and compliance with regulatory standards.

here
Privacy Policy
Terms and Conditions of Use
TensorFlowLiteC
CafSolutions
TensorFlowLiteC
CafSolutions
Requirements
Installating the SDK
Android Configuration
iOS Configuration
SDK Lifecycle
Building the SDK
Start Liveness Verification
Source Code