tencentcloud-sdk-python-ocr 3.0.1482__tar.gz → 3.0.1484__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.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/setup.py +1 -1
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud/ocr/v20181119/models.py +4 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ocr-3.0.1484/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ocr-3.0.1482/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/README.rst +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1482 → tencentcloud_sdk_python_ocr-3.0.1484}/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.0.
|
|
3
|
+
Version: 3.0.1484
|
|
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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1484
|
|
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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1484,<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(),
|
|
@@ -8838,6 +8838,8 @@ OverseasCheques -- 海外支票
|
|
|
8838
8838
|
RegistrationCertificate -- 备案证
|
|
8839
8839
|
GridPhoto -- 电网系统照片
|
|
8840
8840
|
SignaturePage -- 签署页
|
|
8841
|
+
SalesDeliveryNote -- 销售发货单
|
|
8842
|
+
|
|
8841
8843
|
|
|
8842
8844
|
|
|
8843
8845
|
:type ConfigId: str
|
|
@@ -8955,6 +8957,8 @@ OverseasCheques -- 海外支票
|
|
|
8955
8957
|
RegistrationCertificate -- 备案证
|
|
8956
8958
|
GridPhoto -- 电网系统照片
|
|
8957
8959
|
SignaturePage -- 签署页
|
|
8960
|
+
SalesDeliveryNote -- 销售发货单
|
|
8961
|
+
|
|
8958
8962
|
|
|
8959
8963
|
|
|
8960
8964
|
:rtype: str
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ocr
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1484
|
|
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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1484
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1484
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|