ID Capture Scanner

Defined in library scandit_datacapture_id

IdCaptureScanner
class IdCaptureScanner

Added in version 8.0.0

Configures the scanner for capturing identity documents. This data class allows configuring both physical document scanning (ID cards, passports, driver’s licenses) and mobile document scanning (ISO 18013-5 mDL).

IdCaptureScanner(physicalDocumentScanner, mobileDocumentScanner)
IdCaptureScanner({PhysicalDocumentScanner? physicalDocumentScanner,
        MobileDocumentScanner? mobileDocumentScanner})

Added in version 8.0.0

Creates a new IdCaptureScanner instance.

Param PhysicalDocumentScanner? physicalDocument

Configuration for scanning physical documents. See PhysicalDocumentScanner for options.

Param MobileDocumentScanner? mobileDocument

Configuration for scanning mobile documents. See MobileDocumentScanner for options.

physicalDocument
PhysicalDocumentScanner? get physicalDocument

Added in version 8.0.0

Configuration for scanning physical documents (cards and booklets). Can be null if only mobile documents are to be scanned.

mobileDocument
MobileDocumentScanner? get mobileDocument

Added in version 8.0.0

Configuration for scanning mobile documents. Can be null if only physical documents are to be scanned.

Single Side Scanner

Full Document Scanner

ID Capture Scanner Options