ID Capture Scanner
Defined under the namespace Scandit.Datacapture.Id
- IdCaptureScanner
class IdCaptureScannerAdded in version 8.0.0
Represents a scanner configuration that can capture data from physical or mobile documents.
- constructor(options)
constructor(options?: IdCaptureScannerOptions)
Added in version 8.0.0
Creates a new IdCaptureScanner with the given options.
- physicalDocument
physicalDocument?: PhysicalDocumentScanner |
nullAdded in version 8.0.0
A physical document scanner of type base class PhysicalDocumentScanner. Can be one of FullDocumentScanner or SingleSideScanner.
- mobileDocument
mobileDocument?: MobileDocumentScanner |
nullAdded in version 8.0.0
A mobile document scanner of type MobileDocumentScanner. Use this scanner to capture data from mobile documents.
Single Side Scanner
Full Document Scanner
ID Capture Scanner Options
- IdCaptureScannerOptions
interface IdCaptureScannerOptionsAdded in version 8.0.0
Options to instantiate the IdCaptureScanner.
- physicalDocument
physicalDocument?: PhysicalDocumentScanner |
nullAdded in version 8.0.0
A physical document scanner of type base class PhysicalDocumentScanner. Can be one of FullDocumentScanner or SingleSideScanner.
- mobileDocument
mobileDocument?: MobileDocumentScanner |
nullAdded in version 8.0.0
A mobile document scanner of type MobileDocumentScanner. Use this scanner to capture data from mobile documents.