Variable ScanbotMrzConst

ScanbotMrz: {
    forceCloseScanner(): Promise<void>;
    scanFromImage(params): Promise<MrzScannerResult>;
    startScanner(configuration): Promise<ResultWrapper<MrzScannerUiResult>>;
}

Entry point for all MRZ scanning features.

Type declaration

  • forceCloseScanner:function
    • Forces the Ready-To-Use UI MRZ scanner to close if it is currently open.

      Returns Promise<void>

  • scanFromImage:function
  • startScanner:function