ID Capture Scanner
Defined under the namespace Scandit.Datacapture.Id
- IdCaptureScanner
abstract class IdCaptureScanner
Added in version 7.0.0
Base class for all IdCaptureScanners
- isSingleSideScanner(scanner)
static isSingleSideScanner(scanner: IdCaptureScanner): boolean
Added in version 7.0.0
Indicates whether the scanner is of type SingleSideScanner or not.
- isFullDocumentScanner(scanner)
static isFullDocumentScanner(scanner: IdCaptureScanner): boolean
Added in version 7.0.0
Indicates whether the scanner is of type FullDocumentScanner or not.
Single Side Scanner
- SingleSideScanner
class SingleSideScanner : IdCaptureScanner
Added in version 7.0.0
Scans single sided documents.
- constructor(barcode, machineReadableZone, visualInspectionZone)
constructor(barcode: boolean, machineReadableZone: boolean, visualInspectionZone: boolean)
Added in version 7.0.0
- barcode
get barcode(): boolean
Added in version 7.0.0
Extracts data from barcodes on identity documents
Full Document Scanner
- FullDocumentScanner
class FullDocumentScanner : IdCaptureScanner
Added in version 7.0.0
Extracts all information, from all the sides of an identity documents.
For card format documents it means scanning the front & the back side of the card (if supported).
For booklet documents (e.g. passports) it means scanning the full information page
- constructor()
constructor()
Added in version 7.0.0