Class eRPRM_Authenticity
- java.lang.Object
-
- com.regula.documentreader.api.enums.eRPRM_Authenticity
-
public class eRPRM_Authenticity extends java.lang.Object
Enumeration contains identifiers determining the possibility of performing different authenticity control procedures using the images for definite lighting schemes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eRPRM_Authenticity.Authenticity
-
Field Summary
Fields Modifier and Type Field Description static int
AXIAL_PROTECTION
UV fluorescence of protection fibers control is provided for this documentstatic int
BARCODE_FORMAT_CHECK
Barcode format checkstatic int
ENCRYPTED_IPI
Encrypted IPIstatic int
HOLOGRAMS
Hologram control based on a static imagestatic int
HOLOGRAMS_DETECTION
Hologram control based on a series of framesstatic int
IMAGE_PATTERN
Luminescent fragments presence control using the images for UV lighting scheme is provided for this documentstatic int
IPI
Find invisible personal information imagesstatic int
IR_B900
Control of MRZ contrast using the image for IR lighting scheme is provided for this documentstatic int
IR_VISIBILITY
Authenticity control using the images for white coaxial light scheme is provided for this documentstatic int
KINEGRAM
Kinegramstatic int
LIVENESS
Livenessstatic int
MRZ
Checks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was editedstatic int
NONE
No authenticity control procedure provided for this documentstatic int
OCR
Extended OCR checkstatic int
OCR_SECURITY_TEXT
Make OCR for the text field in UV and compare it with other text sourcesstatic int
OVI
OVI checkstatic int
PHOTO_AREA
Control of the photo in Russian internal passportsstatic int
PHOTO_EMBED_TYPE
Check photo is printed or stickedstatic int
PORTRAIT_COMPARISON
Portrait comparisonstatic int
STATUS_ONLY
This is the authenticity check that returns only the status of the document verification without any details.static int
UV_FIBERS
blank elements visibility control using the images for IR lighting scheme is provided for this documentstatic int
UV_LUMINESCENCE
Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document
-
Constructor Summary
Constructors Constructor Description eRPRM_Authenticity()
-
-
-
Field Detail
-
NONE
public static final int NONE
No authenticity control procedure provided for this document- See Also:
- Constant Field Values
-
UV_LUMINESCENCE
public static final int UV_LUMINESCENCE
Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document- See Also:
- Constant Field Values
-
IR_B900
public static final int IR_B900
Control of MRZ contrast using the image for IR lighting scheme is provided for this document- See Also:
- Constant Field Values
-
IMAGE_PATTERN
public static final int IMAGE_PATTERN
Luminescent fragments presence control using the images for UV lighting scheme is provided for this document- See Also:
- Constant Field Values
-
AXIAL_PROTECTION
public static final int AXIAL_PROTECTION
UV fluorescence of protection fibers control is provided for this document- See Also:
- Constant Field Values
-
UV_FIBERS
public static final int UV_FIBERS
blank elements visibility control using the images for IR lighting scheme is provided for this document- See Also:
- Constant Field Values
-
IR_VISIBILITY
public static final int IR_VISIBILITY
Authenticity control using the images for white coaxial light scheme is provided for this document- See Also:
- Constant Field Values
-
OCR_SECURITY_TEXT
public static final int OCR_SECURITY_TEXT
Make OCR for the text field in UV and compare it with other text sources- See Also:
- Constant Field Values
-
IPI
public static final int IPI
Find invisible personal information images- See Also:
- Constant Field Values
-
PHOTO_EMBED_TYPE
public static final int PHOTO_EMBED_TYPE
Check photo is printed or sticked- See Also:
- Constant Field Values
-
HOLOGRAMS
public static final int HOLOGRAMS
Hologram control based on a static image- See Also:
- Constant Field Values
-
PHOTO_AREA
public static final int PHOTO_AREA
Control of the photo in Russian internal passports- See Also:
- Constant Field Values
-
PORTRAIT_COMPARISON
public static final int PORTRAIT_COMPARISON
Portrait comparison- See Also:
- Constant Field Values
-
BARCODE_FORMAT_CHECK
public static final int BARCODE_FORMAT_CHECK
Barcode format check- See Also:
- Constant Field Values
-
KINEGRAM
public static final int KINEGRAM
Kinegram- See Also:
- Constant Field Values
-
HOLOGRAMS_DETECTION
public static final int HOLOGRAMS_DETECTION
Hologram control based on a series of frames- See Also:
- Constant Field Values
-
MRZ
public static final int MRZ
Checks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was edited- See Also:
- Constant Field Values
-
STATUS_ONLY
public static final int STATUS_ONLY
This is the authenticity check that returns only the status of the document verification without any details.- See Also:
- Constant Field Values
-
OVI
public static final int OVI
OVI check- See Also:
- Constant Field Values
-
LIVENESS
public static final int LIVENESS
Liveness- See Also:
- Constant Field Values
-
OCR
public static final int OCR
Extended OCR check- See Also:
- Constant Field Values
-
ENCRYPTED_IPI
public static final int ENCRYPTED_IPI
Encrypted IPI- See Also:
- Constant Field Values
-
-