Class eRPRM_Authenticity

java.lang.Object
com.regula.documentreader.api.enums.eRPRM_Authenticity

public class eRPRM_Authenticity extends 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 
     
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NONE

      public static final int NONE
      No authenticity control procedure provided for this document
      See Also:
    • 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:
    • 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:
    • 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:
    • AXIAL_PROTECTION

      public static final int AXIAL_PROTECTION
      UV fluorescence of protection fibers control is provided for this document
      See Also:
    • 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:
    • 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:
    • 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:
    • IPI

      public static final int IPI
      Find invisible personal information images
      See Also:
    • PHOTO_EMBED_TYPE

      public static final int PHOTO_EMBED_TYPE
      Check photo is printed or sticked
      See Also:
    • HOLOGRAMS

      public static final int HOLOGRAMS
      Hologram control based on a static image
      See Also:
    • PHOTO_AREA

      public static final int PHOTO_AREA
      Control of the photo in Russian internal passports
      See Also:
    • PORTRAIT_COMPARISON

      public static final int PORTRAIT_COMPARISON
      Portrait comparison
      See Also:
    • BARCODE_FORMAT_CHECK

      public static final int BARCODE_FORMAT_CHECK
      Barcode format check
      See Also:
    • KINEGRAM

      public static final int KINEGRAM
      Kinegram
      See Also:
    • HOLOGRAMS_DETECTION

      public static final int HOLOGRAMS_DETECTION
      Hologram control based on a series of frames
      See Also:
    • 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:
    • 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:
    • OVI

      public static final int OVI
      OVI check
      See Also:
    • LIVENESS

      public static final int LIVENESS
      Liveness
      See Also:
    • OCR

      public static final int OCR
      Extended OCR check
      See Also:
  • Constructor Details

    • eRPRM_Authenticity

      public eRPRM_Authenticity()