Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AXIAL_PROTECTION
      UV fluorescence of protection fibers control is provided for this document
      static int BARCODE_FORMAT_CHECK
      Barcode format check
      static int ENCRYPTED_IPI
      Encrypted IPI
      static int HOLOGRAMS
      Hologram control based on a static image
      static int HOLOGRAMS_DETECTION
      Hologram control based on a series of frames
      static int IMAGE_PATTERN
      Luminescent fragments presence control using the images for UV lighting scheme is provided for this document
      static int IPI
      Find invisible personal information images
      static int IR_B900
      Control of MRZ contrast using the image for IR lighting scheme is provided for this document
      static int IR_VISIBILITY
      Authenticity control using the images for white coaxial light scheme is provided for this document
      static int KINEGRAM
      Kinegram
      static int LIVENESS
      Liveness
      static int MRZ
      Checks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was edited
      static int NONE
      No authenticity control procedure provided for this document
      static int OCR
      Extended OCR check
      static int OCR_SECURITY_TEXT
      Make OCR for the text field in UV and compare it with other text sources
      static int OVI
      OVI check
      static int PHOTO_AREA
      Control of the photo in Russian internal passports
      static int PHOTO_EMBED_TYPE
      Check photo is printed or sticked
      static int PORTRAIT_COMPARISON
      Portrait comparison
      static 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 document
      static int UV_LUMINESCENCE
      Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
    • Constructor Detail

      • eRPRM_Authenticity

        public eRPRM_Authenticity()