ID Capture Scanner

Defined under the namespace Scandit.Datacapture.Id

IdCaptureScanner
class IdCaptureScanner

Added 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 | null

Added in version 8.0.0

A physical document scanner of type base class PhysicalDocumentScanner. Can be one of FullDocumentScanner or SingleSideScanner.

mobileDocument
mobileDocument?: MobileDocumentScanner | null

Added 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 IdCaptureScannerOptions

Added in version 8.0.0

Options to instantiate the IdCaptureScanner.

physicalDocument
physicalDocument?: PhysicalDocumentScanner | null

Added in version 8.0.0

A physical document scanner of type base class PhysicalDocumentScanner. Can be one of FullDocumentScanner or SingleSideScanner.

mobileDocument
mobileDocument?: MobileDocumentScanner | null

Added in version 8.0.0

A mobile document scanner of type MobileDocumentScanner. Use this scanner to capture data from mobile documents.