ID Capture Scanner
Defined in package com.scandit.datacapture.id
- IdCaptureScanner
class IdCaptureScannerAdded 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()
IdCaptureScanner(@Nullable PhysicalDocumentScanner physicalDocument, @Nullable MobileDocumentScanner mobileDocument)
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
@Nullable PhysicalDocumentScanner getPhysicalDocument()
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
@Nullable MobileDocumentScanner getMobileDocument()
Added in version 8.0.0
Configuration for scanning mobile documents. Can be null if only physical documents are to be scanned.