Mobile Document Scanner

Defined in namespace Scandit.DataCapture.Id.Capture

MobileDocumentScanner
class MobileDocumentScanner : IDisposable

Added in version 8.0.0

Configures scanning of mobile identity documents, including ISO 18013-5 compliant mobile driver’s licenses (mDL) and OCR-based mobile documents.

MobileDocumentScanner()
MobileDocumentScanner(bool iso180135, bool ocr)

Added in version 8.0.0

Creates a new MobileDocumentScanner instance.

GetIso180135
bool GetIso180135 { get; }

Added in version 8.0.0

Indicates whether ISO 18013-5 mDL scanning is enabled. When enabled, the scanner can read mobile driver’s licenses that comply with the ISO 18013-5 standard via Bluetooth Low Energy (BLE) communication.

Ocr
bool Ocr { get; }

Added in version 8.0.0

Indicates whether OCR is enabled to extract data from mobile documents using a proprietary format. Note that this feature requires the ScanditLabelCaptureText library.