eRPRM_Authenticity

This page covers the description of the eRPRM_Authenticity enumeration

eRPRM_Authenticity enumeration contains identifiers determining the possibility of performing different authenticity control procedures using the images for definite lighting schemes.

const eRPRM_Authenticity = {
    NONE: 0,
    UV_LUMINESCENCE: 1,
    IR_B900: 2,
    IMAGE_PATTERN: 4,
    AXIAL_PROTECTION: 8,
    UV_FIBERS: 16,
    IR_VISIBILITY: 32,
    OCR_SECURITY_TEXT: 64,
    IPI: 128,
    PHOTO_EMBED_TYPE: 512,
    HOLOGRAMS: 4096,
    PHOTO_AREA: 8192,
    PORTRAIT_COMPARISON: 32768,
    BARCODE_FORMAT_CHECK: 65536,
    KINEGRAM: 131072,
    HOLOGRAMS_DETECTION: 524288,
}

Constant

Description

NONE

no authenticity control procedure provided for this document

UV_LUMINESCENCE

document material UV fluorescence control (check for presence of UV dull paper) is provided for this document

IR_B900

control of MRZ contrast using the image for IR lighting scheme is provided for this document

IMAGE_PATTERN

luminescent fragments presence control using the images for UV lighting scheme is provided for this document

AXIAL_PROTECTION

UV fluorescence of protection fibers control is provided for this document

UV_FIBERS

blank elements visibility control using the images for IR lighting scheme is provided for this document

IR_VISIBILITY

authenticity control using the images for white coaxial light scheme is provided for this document

OCR_SECURITY_TEXT

make OCR for the text field in UV and compare it with other text sources

IPI

find invisible personal information images

PHOTO_EMBED_TYPE

check photo is printed or sticked

HOLOGRAMS

reserved for internal use

PHOTO_AREA

reserved for internal use

PORTRAIT_COMPARISON

portrait comparison

BARCODE_FORMAT_CHECK

barcode format check

KINEGRAM

kinegram

HOLOGRAMS_DETECTION

reserved for internal use

Last updated

Was this helpful?