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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
UV fluorescence of protection fibers control is provided for this documentstatic final int
Barcode format checkstatic final int
Encrypted IPIstatic final int
Hologram control based on a static imagestatic final int
Hologram control based on a series of framesstatic final int
Luminescent fragments presence control using the images for UV lighting scheme is provided for this documentstatic final int
Find invisible personal information imagesstatic final int
Control of MRZ contrast using the image for IR lighting scheme is provided for this documentstatic final int
Authenticity control using the images for white coaxial light scheme is provided for this documentstatic final int
Kinegramstatic final int
Livenessstatic final int
Checks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was editedstatic final int
No authenticity control procedure provided for this documentstatic final int
Extended OCR checkstatic final int
Make OCR for the text field in UV and compare it with other text sourcesstatic final int
OVI checkstatic final int
Control of the photo in Russian internal passportsstatic final int
Check photo is printed or stickedstatic final int
Portrait comparisonstatic final int
This is the authenticity check that returns only the status of the document verification without any details.static final int
blank elements visibility control using the images for IR lighting scheme is provided for this documentstatic final int
Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document -
Constructor Summary
-
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()
-