Class eImageQualityCheckType
java.lang.Object
com.regula.documentreader.api.enums.eImageQualityCheckType
Enumeration contains possible values of input image quality check result type
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Image quality check if the whole document page is completely within the imagestatic final int
Signals whether the document image is bright enough.static final int
Image quality check (visual OCR) if the document contains handwritten text in the scanned fieldsstatic final int
Image colorness checkstatic final int
Focus quality checkstatic final int
Glares presence checkstatic final int
Image resolution checkstatic final int
Image perspective check, i.e.static final int
Image quality check if the portrait is presentstatic final int
Image quality check if the image is captured from screen -
Constructor Summary
-
Method Summary
-
Field Details
-
IQC_IMAGE_GLARES
public static final int IQC_IMAGE_GLARESGlares presence check- See Also:
-
IQC_IMAGE_FOCUS
public static final int IQC_IMAGE_FOCUSFocus quality check- See Also:
-
IQC_IMAGE_RESOLUTION
public static final int IQC_IMAGE_RESOLUTIONImage resolution check- See Also:
-
IQC_IMAGE_COLORNESS
public static final int IQC_IMAGE_COLORNESSImage colorness check- See Also:
-
IQC_PERSPECTIVE
public static final int IQC_PERSPECTIVEImage perspective check, i.e. the deviation of the corners of the document from the value of 90 degrees is checked- See Also:
-
IQC_BOUNDS
public static final int IQC_BOUNDSImage quality check if the whole document page is completely within the image- See Also:
-
IQC_SCREEN_CAPTURE
public static final int IQC_SCREEN_CAPTUREImage quality check if the image is captured from screen- See Also:
-
IQC_PORTRAIT
public static final int IQC_PORTRAITImage quality check if the portrait is present- See Also:
-
IQC_HANDWRITTEN
public static final int IQC_HANDWRITTENImage quality check (visual OCR) if the document contains handwritten text in the scanned fields- See Also:
-
IQC_BRIGHTNESS
public static final int IQC_BRIGHTNESSSignals whether the document image is bright enough.- See Also:
-
-
Constructor Details
-
eImageQualityCheckType
public eImageQualityCheckType()
-
-
Method Details
-
valueOf
-
fromValue
-
getTranslation
-