ID Capture Scanner

Defined in framework ScanditIdCapture

IdCaptureScanner
open class IdCaptureScanner : NSObject

Added in version 7.0.0

Represents a scanner configuration that can capture data from physical or mobile documents.

init
init(physicalDocument: PhysicalDocumentScanner?, mobileDocument: MobileDocumentScanner?)

Added in version 8.0.0

Creates a new IdCaptureScanner with both physical and mobile document scanners.

init
init(physicalDocument: PhysicalDocumentScanner)

Added in version 8.0.0

Creates a new IdCaptureScanner with only a physical document scanner.

init
init(mobileDocument: MobileDocumentScanner)

Added in version 8.0.0

Creates a new IdCaptureScanner with only a mobile document scanner.

physicalDocument
open var physicalDocument: PhysicalDocumentScanner { get }

Added in version 8.0.0

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

mobileDocument
open var mobileDocument: MobileDocumentScanner { get }

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