Skip to content

Commit fdd3094

Browse files
actions-userhleb-albau
authored andcommitted
more image quality checks
1 parent c376440 commit fdd3094

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

regula/documentreader/webclient/gen/models/image_quality_check_type.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ class ImageQualityCheckType(object):
3636

3737
Bounds = int("5")
3838

39-
allowable_values = [ImageGlares, ImageFocus, ImageResolution, ImageColorness, Perspective, Bounds] # noqa: E501
39+
ScreenCapture = int("6")
40+
41+
Portrait = int("7")
42+
43+
allowable_values = [ImageGlares, ImageFocus, ImageResolution, ImageColorness, Perspective, Bounds, ScreenCapture, Portrait] # noqa: E501
4044

4145
"""
4246
Attributes:

0 commit comments

Comments
 (0)