Class eRPRM_Authenticity
java.lang.Object
com.regula.documentreader.api.enums.eRPRM_Authenticity
Enumeration contains identifiers determining the possibility of performing different authenticity control procedures using the images for definite lighting schemes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUV fluorescence of protection fibers control is provided for this documentstatic final intBarcode format checkstatic final intEncrypted IPIstatic final intHologram control based on a static imagestatic final intHologram control based on a series of framesstatic final intLuminescent fragments presence control using the images for UV lighting scheme is provided for this documentstatic final intFind invisible personal information imagesstatic final intControl of MRZ contrast using the image for IR lighting scheme is provided for this documentstatic final intAuthenticity control using the images for white coaxial light scheme is provided for this documentstatic final intKinegramstatic final intLivenessstatic final intChecks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was editedstatic final intNo authenticity control procedure provided for this documentstatic final intExtended OCR checkstatic final intMake OCR for the text field in UV and compare it with other text sourcesstatic final intOVI checkstatic final intControl of the photo in Russian internal passportsstatic final intCheck photo is printed or stickedstatic final intPortrait comparisonstatic final intThis is the authenticity check that returns only the status of the document verification without any details.static final intblank elements visibility control using the images for IR lighting scheme is provided for this documentstatic final intDocument material UV fluorescence control (check for presence of UV dull paper) is provided for this document -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
public static final int NONENo authenticity control procedure provided for this document- See Also:
-
UV_LUMINESCENCE
public static final int UV_LUMINESCENCEDocument material UV fluorescence control (check for presence of UV dull paper) is provided for this document- See Also:
-
IR_B900
public static final int IR_B900Control of MRZ contrast using the image for IR lighting scheme is provided for this document- See Also:
-
IMAGE_PATTERN
public static final int IMAGE_PATTERNLuminescent fragments presence control using the images for UV lighting scheme is provided for this document- See Also:
-
AXIAL_PROTECTION
public static final int AXIAL_PROTECTIONUV fluorescence of protection fibers control is provided for this document- See Also:
-
UV_FIBERS
public static final int UV_FIBERSblank elements visibility control using the images for IR lighting scheme is provided for this document- See Also:
-
IR_VISIBILITY
public static final int IR_VISIBILITYAuthenticity control using the images for white coaxial light scheme is provided for this document- See Also:
-
OCR_SECURITY_TEXT
public static final int OCR_SECURITY_TEXTMake OCR for the text field in UV and compare it with other text sources- See Also:
-
IPI
public static final int IPIFind invisible personal information images- See Also:
-
PHOTO_EMBED_TYPE
public static final int PHOTO_EMBED_TYPECheck photo is printed or sticked- See Also:
-
HOLOGRAMS
public static final int HOLOGRAMSHologram control based on a static image- See Also:
-
PHOTO_AREA
public static final int PHOTO_AREAControl of the photo in Russian internal passports- See Also:
-
PORTRAIT_COMPARISON
public static final int PORTRAIT_COMPARISONPortrait comparison- See Also:
-
BARCODE_FORMAT_CHECK
public static final int BARCODE_FORMAT_CHECKBarcode format check- See Also:
-
KINEGRAM
public static final int KINEGRAMKinegram- See Also:
-
HOLOGRAMS_DETECTION
public static final int HOLOGRAMS_DETECTIONHologram control based on a series of frames- See Also:
-
MRZ
public static final int MRZChecks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was edited- See Also:
-
STATUS_ONLY
public static final int STATUS_ONLYThis is the authenticity check that returns only the status of the document verification without any details.- See Also:
-
OVI
public static final int OVIOVI check- See Also:
-
LIVENESS
public static final int LIVENESSLiveness- See Also:
-
OCR
public static final int OCRExtended OCR check- See Also:
-
ENCRYPTED_IPI
public static final int ENCRYPTED_IPIEncrypted IPI- See Also:
-
-
Constructor Details
-
eRPRM_Authenticity
public eRPRM_Authenticity()
-