Skip to content

Commit 3cbc233

Browse files
committed
update clients
1 parent 404de66 commit 3cbc233

File tree

4 files changed

+165
-45
lines changed

4 files changed

+165
-45
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: 6.1.0\n"\
377+
"Version of the API: 6.3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def colorness_check(self, colorness_check):
195195
def moire_check(self):
196196
"""Gets the moire_check of this ImageQA. # noqa: E501
197197
198-
This option enables moire patterns check while performing image quality validation. # noqa: E501
198+
This option enables screen capture (moire patterns) check while performing image quality validation. # noqa: E501
199199
200200
:return: The moire_check of this ImageQA. # noqa: E501
201201
:rtype: bool
@@ -206,7 +206,7 @@ def moire_check(self):
206206
def moire_check(self, moire_check):
207207
"""Sets the moire_check of this ImageQA.
208208
209-
This option enables moire patterns check while performing image quality validation. # noqa: E501
209+
This option enables screen capture (moire patterns) check while performing image quality validation. # noqa: E501
210210
211211
:param moire_check: The moire_check of this ImageQA. # noqa: E501
212212
:type moire_check: bool

0 commit comments

Comments
 (0)