ID Capture Scanner
Defined under the namespace 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).
- constructor(physicalDocumentScanner, mobileDocumentScanner)
constructor(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
get physicalDocument(): PhysicalDocumentScanner | null
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
get mobileDocument(): MobileDocumentScanner | null
Added in version 8.0.0
Configuration for scanning mobile documents. Can be null if only physical documents are to be scanned.