Skip to content

Commit d0d84c1

Browse files
actions-userhleb-albau
authored andcommitted
36 text field type
1 parent 4159b6d commit d0d84c1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

regula/documentreader/webclient/gen/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def to_debug_report(self):
374374
return "Python SDK Debug Report:\n"\
375375
"OS: {env}\n"\
376376
"Python Version: {pyversion}\n"\
377-
"Version of the API: 5.5.0\n"\
377+
"Version of the API: 5.6.0\n"\
378378
"SDK Package Version: 1.0.0".\
379379
format(env=sys.platform, pyversion=sys.version)
380380

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ImageQA(object):
4141
'angle_threshold': 'angleThreshold'
4242
}
4343

44-
def __init__(self, dpi_threshold=150, angle_threshold=5, local_vars_configuration=None): # noqa: E501
44+
def __init__(self, dpi_threshold=None, angle_threshold=None, local_vars_configuration=None): # noqa: E501
4545
"""ImageQA - a model defined in OpenAPI""" # noqa: E501
4646
if local_vars_configuration is None:
4747
local_vars_configuration = Configuration()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ProcessRequestImage(object):
4343
'page_idx': 'page_idx'
4444
}
4545

46-
def __init__(self, image_data=None, light=None, page_idx=0, local_vars_configuration=None): # noqa: E501
46+
def __init__(self, image_data=None, light=None, page_idx=None, local_vars_configuration=None): # noqa: E501
4747
"""ProcessRequestImage - a model defined in OpenAPI""" # noqa: E501
4848
if local_vars_configuration is None:
4949
local_vars_configuration = Configuration()

0 commit comments

Comments
 (0)