tencentcloud-sdk-python-ocr 3.1.32__tar.gz → 3.1.34__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.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/setup.py +1 -1
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/ocr/v20181119/models.py +0 -30
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ocr-3.1.34/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ocr-3.1.32/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/README.rst +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud/ocr/v20181119/ocr_client_async.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.1.32 → tencentcloud_sdk_python_ocr-3.1.34}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ocr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.34
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.34
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.34,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ocr SDK for Python',
|
|
@@ -16886,8 +16886,6 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
16886
16886
|
:type WarnCardInfos: list of int
|
|
16887
16887
|
:param _CardCount: 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
16888
16888
|
:type CardCount: int
|
|
16889
|
-
:param _IsComplete: 是否完整
|
|
16890
|
-
:type IsComplete: bool
|
|
16891
16889
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16892
16890
|
:type RequestId: str
|
|
16893
16891
|
"""
|
|
@@ -16909,7 +16907,6 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
16909
16907
|
self._PassportRecognizeInfos = None
|
|
16910
16908
|
self._WarnCardInfos = None
|
|
16911
16909
|
self._CardCount = None
|
|
16912
|
-
self._IsComplete = None
|
|
16913
16910
|
self._RequestId = None
|
|
16914
16911
|
|
|
16915
16912
|
@property
|
|
@@ -17122,17 +17119,6 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
17122
17119
|
def CardCount(self, CardCount):
|
|
17123
17120
|
self._CardCount = CardCount
|
|
17124
17121
|
|
|
17125
|
-
@property
|
|
17126
|
-
def IsComplete(self):
|
|
17127
|
-
r"""是否完整
|
|
17128
|
-
:rtype: bool
|
|
17129
|
-
"""
|
|
17130
|
-
return self._IsComplete
|
|
17131
|
-
|
|
17132
|
-
@IsComplete.setter
|
|
17133
|
-
def IsComplete(self, IsComplete):
|
|
17134
|
-
self._IsComplete = IsComplete
|
|
17135
|
-
|
|
17136
17122
|
@property
|
|
17137
17123
|
def RequestId(self):
|
|
17138
17124
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -17166,7 +17152,6 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
17166
17152
|
self._PassportRecognizeInfos._deserialize(params.get("PassportRecognizeInfos"))
|
|
17167
17153
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
|
17168
17154
|
self._CardCount = params.get("CardCount")
|
|
17169
|
-
self._IsComplete = params.get("IsComplete")
|
|
17170
17155
|
self._RequestId = params.get("RequestId")
|
|
17171
17156
|
|
|
17172
17157
|
|
|
@@ -26651,8 +26636,6 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
26651
26636
|
:type AdvancedInfo: str
|
|
26652
26637
|
:param _CardCount: 卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
26653
26638
|
:type CardCount: int
|
|
26654
|
-
:param _IsComplete: 卡证字段是否完整,true:完整;false:不完整
|
|
26655
|
-
:type IsComplete: bool
|
|
26656
26639
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
26657
26640
|
:type RequestId: str
|
|
26658
26641
|
"""
|
|
@@ -26674,7 +26657,6 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
26674
26657
|
self._WarnCardInfos = None
|
|
26675
26658
|
self._AdvancedInfo = None
|
|
26676
26659
|
self._CardCount = None
|
|
26677
|
-
self._IsComplete = None
|
|
26678
26660
|
self._RequestId = None
|
|
26679
26661
|
|
|
26680
26662
|
@property
|
|
@@ -26885,17 +26867,6 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
26885
26867
|
def CardCount(self, CardCount):
|
|
26886
26868
|
self._CardCount = CardCount
|
|
26887
26869
|
|
|
26888
|
-
@property
|
|
26889
|
-
def IsComplete(self):
|
|
26890
|
-
r"""卡证字段是否完整,true:完整;false:不完整
|
|
26891
|
-
:rtype: bool
|
|
26892
|
-
"""
|
|
26893
|
-
return self._IsComplete
|
|
26894
|
-
|
|
26895
|
-
@IsComplete.setter
|
|
26896
|
-
def IsComplete(self, IsComplete):
|
|
26897
|
-
self._IsComplete = IsComplete
|
|
26898
|
-
|
|
26899
26870
|
@property
|
|
26900
26871
|
def RequestId(self):
|
|
26901
26872
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -26927,7 +26898,6 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
26927
26898
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
|
26928
26899
|
self._AdvancedInfo = params.get("AdvancedInfo")
|
|
26929
26900
|
self._CardCount = params.get("CardCount")
|
|
26930
|
-
self._IsComplete = params.get("IsComplete")
|
|
26931
26901
|
self._RequestId = params.get("RequestId")
|
|
26932
26902
|
|
|
26933
26903
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ocr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.34
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.34
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.34
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.32
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|