UNPKG

@idscan/onboarding

Version:

Wrapper of the IDVC library for DIVE Online.

5 lines (4 loc) 357 B
import type { StepCallback } from '../@types/Step'; import type { IDVCDocumentTypeIndex } from '../@types/IDVCTypes'; export declare const checkBackOrSecondImageProcessing: (documentType: IDVCDocumentTypeIndex, steps: StepCallback[]) => boolean; export declare const checkOcrEnabled: (documentType: IDVCDocumentTypeIndex, steps: StepCallback[]) => boolean;