@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface ImageQA

    ImageQA

    interface ImageQA {
        angleThreshold?: number;
        brightnessThreshold?: number;
        colornessCheck?: boolean;
        documentPositionIndent?: number;
        dpiThreshold?: number;
        expectedPass?: InputImageQualityChecks[];
        focusCheck?: boolean;
        glaresCheck?: boolean;
        moireCheck?: boolean;
    }
    Index

    Properties

    angleThreshold?: number

    This parameter sets threshold for Image QA check of the presented document perspective angle in degrees. If actual document perspective angle is above this threshold, check will fail.

    ImageQA

    brightnessThreshold?: number

    Set the threshold for an actual document brightness below which the check fails

    ImageQA

    colornessCheck?: boolean

    This option enables colorness check while performing image quality validation.

    ImageQA

    documentPositionIndent?: number

    This parameter specifies the necessary margin. Default 0.

    ImageQA

    dpiThreshold?: number

    This parameter sets threshold for Image QA check of the presented document physical dpi. If actual document dpi is below this threshold, check will fail.

    ImageQA

    expectedPass?: InputImageQualityChecks[]

    This parameter controls the quality checks that the image should pass to be considered a valid input during the scanning process.

    ImageQA

    focusCheck?: boolean

    This option enables focus check while performing image quality validation.

    ImageQA

    glaresCheck?: boolean

    This option enables glares check while performing image quality validation.

    ImageQA

    moireCheck?: boolean

    This option enables screen capture (moire patterns) check while performing image quality validation.

    ImageQA