@regulaforensics/vp-frontend-document-components 7.5.2001-nightly → 7.5.2003-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/dist/index.d.ts CHANGED
@@ -209,6 +209,7 @@ export declare interface DocumentReaderProcessParam {
209
209
  forceReadMrzBeforeLocate?: boolean;
210
210
  parseBarcodes?: boolean;
211
211
  splitNames?: boolean;
212
+ doublePageSpread?: boolean;
212
213
  imageQa?: {
213
214
  expectedPass?: Array<ImageQualityChecks>;
214
215
  dpiThreshold?: number;