@regulaforensics/ionic-native-document-reader 9.5.518-rc → 9.5.520-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ngx/index.d.ts CHANGED
@@ -552,6 +552,7 @@ export declare class RecognizeConfig {
552
552
  image?: string;
553
553
  data?: string;
554
554
  images?: string[];
555
+ dataList?: string[];
555
556
  imageInputData?: ImageInputData[];
556
557
  static fromJson(jsonObject?: any): RecognizeConfig | undefined;
557
558
  }
@@ -624,6 +625,7 @@ export declare class Functionality {
624
625
  torchTurnedOn?: boolean;
625
626
  preventScreenRecording?: boolean;
626
627
  homeIndicatorAutoHide?: boolean;
628
+ hideStatusBar?: boolean;
627
629
  showCaptureButtonDelayFromDetect?: number;
628
630
  showCaptureButtonDelayFromStart?: number;
629
631
  rfidTimeout?: number;
@@ -703,6 +705,7 @@ export declare class LivenessParams {
703
705
  checkBlackAndWhiteCopy?: boolean;
704
706
  checkDynaprint?: boolean;
705
707
  checkGeometry?: boolean;
708
+ checkBarcodeBackground?: boolean;
706
709
  static fromJson(jsonObject?: any): LivenessParams | undefined;
707
710
  }
708
711
  export declare class AuthenticityParams {
@@ -746,7 +749,6 @@ export declare class ProcessParams {
746
749
  updateOCRValidityByGlare?: boolean;
747
750
  noGraphics?: boolean;
748
751
  multiDocOnImage?: boolean;
749
- forceReadMrzBeforeLocate?: boolean;
750
752
  parseBarcodes?: boolean;
751
753
  shouldReturnPackageForReprocess?: boolean;
752
754
  disablePerforationOCR?: boolean;
@@ -769,6 +771,7 @@ export declare class ProcessParams {
769
771
  strictExpiryDate?: boolean;
770
772
  debugSaveBinarySession?: boolean;
771
773
  checkVDS?: boolean;
774
+ strictAgeCheck?: boolean;
772
775
  barcodeParserType?: number;
773
776
  perspectiveAngle?: number;
774
777
  minDPI?: number;