tencentcloud-sdk-python-ocr 3.0.1216__tar.gz → 3.0.1218__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.
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud/ocr/v20181119/models.py +14 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1218/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1216/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1216 → tencentcloud-sdk-python-ocr-3.0.1218}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1218"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3832,6 +3832,10 @@ WARN_DRIVER_LICENSE_BORDER_INCOMPLETE 边框不完整告警
|
|
|
3832
3832
|
:type BackPageName: str
|
|
3833
3833
|
:param _BackPageCardCode: 驾驶证副页证号
|
|
3834
3834
|
:type BackPageCardCode: str
|
|
3835
|
+
:param _DriverLicenseType: 驾驶证类型
|
|
3836
|
+
电子驾驶证:Electronic
|
|
3837
|
+
普通驾驶证:Normal
|
|
3838
|
+
:type DriverLicenseType: str
|
|
3835
3839
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3836
3840
|
:type RequestId: str
|
|
3837
3841
|
"""
|
|
@@ -3856,6 +3860,7 @@ WARN_DRIVER_LICENSE_BORDER_INCOMPLETE 边框不完整告警
|
|
|
3856
3860
|
self._GenerateTime = None
|
|
3857
3861
|
self._BackPageName = None
|
|
3858
3862
|
self._BackPageCardCode = None
|
|
3863
|
+
self._DriverLicenseType = None
|
|
3859
3864
|
self._RequestId = None
|
|
3860
3865
|
|
|
3861
3866
|
@property
|
|
@@ -4026,6 +4031,14 @@ WARN_DRIVER_LICENSE_BORDER_INCOMPLETE 边框不完整告警
|
|
|
4026
4031
|
def BackPageCardCode(self, BackPageCardCode):
|
|
4027
4032
|
self._BackPageCardCode = BackPageCardCode
|
|
4028
4033
|
|
|
4034
|
+
@property
|
|
4035
|
+
def DriverLicenseType(self):
|
|
4036
|
+
return self._DriverLicenseType
|
|
4037
|
+
|
|
4038
|
+
@DriverLicenseType.setter
|
|
4039
|
+
def DriverLicenseType(self, DriverLicenseType):
|
|
4040
|
+
self._DriverLicenseType = DriverLicenseType
|
|
4041
|
+
|
|
4029
4042
|
@property
|
|
4030
4043
|
def RequestId(self):
|
|
4031
4044
|
return self._RequestId
|
|
@@ -4057,6 +4070,7 @@ WARN_DRIVER_LICENSE_BORDER_INCOMPLETE 边框不完整告警
|
|
|
4057
4070
|
self._GenerateTime = params.get("GenerateTime")
|
|
4058
4071
|
self._BackPageName = params.get("BackPageName")
|
|
4059
4072
|
self._BackPageCardCode = params.get("BackPageCardCode")
|
|
4073
|
+
self._DriverLicenseType = params.get("DriverLicenseType")
|
|
4060
4074
|
self._RequestId = params.get("RequestId")
|
|
4061
4075
|
|
|
4062
4076
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1218
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1216
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|