tencentcloud-sdk-python-ocr 3.0.1437__tar.gz → 3.0.1438__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-ocr might be problematic. Click here for more details.
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud/ocr/v20181119/models.py +2 -2
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1438/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1437/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1437 → tencentcloud-sdk-python-ocr-3.0.1438}/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.1438,<4.0.0"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -12233,7 +12233,7 @@ class HKIDCardOCRResponse(AbstractModel):
|
|
12233
12233
|
注意:此字段可能返回 null,表示取不到有效值。
|
12234
12234
|
:type SmallHeadImage: str
|
12235
12235
|
:param _WarningCode: 该字段已废弃, 将固定返回空数组,不建议使用。
|
12236
|
-
|
12236
|
+
|
12237
12237
|
:type WarningCode: list of int
|
12238
12238
|
:param _WarnCardInfos: 告警码
|
12239
12239
|
-9101 证件边框不完整告警
|
@@ -12428,7 +12428,7 @@ This field is deprecated and will always return an empty array. Usage is not rec
|
|
12428
12428
|
warnings.warn("parameter `WarningCode` is deprecated", DeprecationWarning)
|
12429
12429
|
|
12430
12430
|
"""该字段已废弃, 将固定返回空数组,不建议使用。
|
12431
|
-
|
12431
|
+
|
12432
12432
|
:rtype: list of int
|
12433
12433
|
"""
|
12434
12434
|
return self._WarningCode
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1438
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1437
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|