tencentcloud-sdk-python-ocr 3.0.1298__tar.gz → 3.0.1300__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud/ocr/v20181119/models.py +14 -14
  5. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ocr-3.0.1300/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ocr-3.0.1298/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud/ocr/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud/ocr/v20181119/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
  14. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ocr-3.0.1298 → tencentcloud-sdk-python-ocr-3.0.1300}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1298
3
+ Version: 3.0.1300
4
4
  Summary: Tencent Cloud Ocr SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ocr',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1298"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1300"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ocr SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1298'
17
+ __version__ = '3.0.1300'
@@ -11986,19 +11986,19 @@ class IDCardConfig(AbstractModel):
11986
11986
 
11987
11987
  def __init__(self):
11988
11988
  r"""
11989
- :param _CopyWarn: 默认为false
11989
+ :param _CopyWarn: 复印件告警,默认为false
11990
11990
  :type CopyWarn: bool
11991
- :param _BorderCheckWarn: 默认为false
11991
+ :param _BorderCheckWarn: 边框和框内遮挡告警,默认为false
11992
11992
  :type BorderCheckWarn: bool
11993
- :param _ReshootWarn: 默认为false
11993
+ :param _ReshootWarn: 翻拍告警,默认为false
11994
11994
  :type ReshootWarn: bool
11995
- :param _DetectPsWarn: 默认为false
11995
+ :param _DetectPsWarn: 疑似存在PS痕迹告警,默认为false
11996
11996
  :type DetectPsWarn: bool
11997
- :param _TempIdWarn: 默认为false
11997
+ :param _TempIdWarn: 临时身份证告警,默认为false
11998
11998
  :type TempIdWarn: bool
11999
- :param _InvalidDateWarn: 默认为false
11999
+ :param _InvalidDateWarn: 身份证有效日期不合法告警,默认为false
12000
12000
  :type InvalidDateWarn: bool
12001
- :param _ReflectWarn: 默认为false
12001
+ :param _ReflectWarn: 是否开启反光检测,默认为false
12002
12002
  :type ReflectWarn: bool
12003
12003
  """
12004
12004
  self._CopyWarn = None
@@ -12011,7 +12011,7 @@ class IDCardConfig(AbstractModel):
12011
12011
 
12012
12012
  @property
12013
12013
  def CopyWarn(self):
12014
- """默认为false
12014
+ """复印件告警,默认为false
12015
12015
  :rtype: bool
12016
12016
  """
12017
12017
  return self._CopyWarn
@@ -12022,7 +12022,7 @@ class IDCardConfig(AbstractModel):
12022
12022
 
12023
12023
  @property
12024
12024
  def BorderCheckWarn(self):
12025
- """默认为false
12025
+ """边框和框内遮挡告警,默认为false
12026
12026
  :rtype: bool
12027
12027
  """
12028
12028
  return self._BorderCheckWarn
@@ -12033,7 +12033,7 @@ class IDCardConfig(AbstractModel):
12033
12033
 
12034
12034
  @property
12035
12035
  def ReshootWarn(self):
12036
- """默认为false
12036
+ """翻拍告警,默认为false
12037
12037
  :rtype: bool
12038
12038
  """
12039
12039
  return self._ReshootWarn
@@ -12044,7 +12044,7 @@ class IDCardConfig(AbstractModel):
12044
12044
 
12045
12045
  @property
12046
12046
  def DetectPsWarn(self):
12047
- """默认为false
12047
+ """疑似存在PS痕迹告警,默认为false
12048
12048
  :rtype: bool
12049
12049
  """
12050
12050
  return self._DetectPsWarn
@@ -12055,7 +12055,7 @@ class IDCardConfig(AbstractModel):
12055
12055
 
12056
12056
  @property
12057
12057
  def TempIdWarn(self):
12058
- """默认为false
12058
+ """临时身份证告警,默认为false
12059
12059
  :rtype: bool
12060
12060
  """
12061
12061
  return self._TempIdWarn
@@ -12066,7 +12066,7 @@ class IDCardConfig(AbstractModel):
12066
12066
 
12067
12067
  @property
12068
12068
  def InvalidDateWarn(self):
12069
- """默认为false
12069
+ """身份证有效日期不合法告警,默认为false
12070
12070
  :rtype: bool
12071
12071
  """
12072
12072
  return self._InvalidDateWarn
@@ -12077,7 +12077,7 @@ class IDCardConfig(AbstractModel):
12077
12077
 
12078
12078
  @property
12079
12079
  def ReflectWarn(self):
12080
- """默认为false
12080
+ """是否开启反光检测,默认为false
12081
12081
  :rtype: bool
12082
12082
  """
12083
12083
  return self._ReflectWarn
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1298
3
+ Version: 3.0.1300
4
4
  Summary: Tencent Cloud Ocr SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1300
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1298