Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion regula/documentreader/webclient/gen/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 6.1.0\n"\
"Version of the API: 6.3.0\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)

Expand Down
4 changes: 2 additions & 2 deletions regula/documentreader/webclient/gen/models/image_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def colorness_check(self, colorness_check):
def moire_check(self):
"""Gets the moire_check of this ImageQA. # noqa: E501

This option enables moire patterns check while performing image quality validation. # noqa: E501
This option enables screen capture (moire patterns) check while performing image quality validation. # noqa: E501

:return: The moire_check of this ImageQA. # noqa: E501
:rtype: bool
Expand All @@ -206,7 +206,7 @@ def moire_check(self):
def moire_check(self, moire_check):
"""Sets the moire_check of this ImageQA.

This option enables moire patterns check while performing image quality validation. # noqa: E501
This option enables screen capture (moire patterns) check while performing image quality validation. # noqa: E501

:param moire_check: The moire_check of this ImageQA. # noqa: E501
:type moire_check: bool
Expand Down
Loading