tencentcloud-sdk-python-ocr 3.1.89__tar.gz → 3.1.91__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.89 → tencentcloud_sdk_python_ocr-3.1.91}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/setup.py +1 -1
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/ocr/v20181119/ocr_client.py +2 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/ocr/v20181119/ocr_client_async.py +2 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ocr-3.1.91/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ocr-3.1.89/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/README.rst +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud/ocr/v20181119/models.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.1.89 → tencentcloud_sdk_python_ocr-3.1.91}/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.91
|
|
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.91
|
|
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.91,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ocr SDK for Python',
|
|
@@ -1608,6 +1608,7 @@ class OcrClient(AbstractClient):
|
|
|
1608
1608
|
|
|
1609
1609
|
def RecognizeAgent(self, request):
|
|
1610
1610
|
r"""支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
|
|
1611
|
+
默认接口请求频率限制:1次/秒
|
|
1611
1612
|
|
|
1612
1613
|
:param request: Request instance for RecognizeAgent.
|
|
1613
1614
|
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeAgentRequest`
|
|
@@ -2777,6 +2778,7 @@ class OcrClient(AbstractClient):
|
|
|
2777
2778
|
|
|
2778
2779
|
def VerifyScenePhoto(self, request):
|
|
2779
2780
|
r"""提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
|
|
2781
|
+
默认接口请求频率限制:10次/秒
|
|
2780
2782
|
|
|
2781
2783
|
:param request: Request instance for VerifyScenePhoto.
|
|
2782
2784
|
:type request: :class:`tencentcloud.ocr.v20181119.models.VerifyScenePhotoRequest`
|
|
@@ -1342,6 +1342,7 @@ class OcrClient(AbstractClient):
|
|
|
1342
1342
|
) -> models.RecognizeAgentResponse:
|
|
1343
1343
|
"""
|
|
1344
1344
|
支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
|
|
1345
|
+
默认接口请求频率限制:1次/秒
|
|
1345
1346
|
"""
|
|
1346
1347
|
|
|
1347
1348
|
kwargs = {}
|
|
@@ -2331,6 +2332,7 @@ class OcrClient(AbstractClient):
|
|
|
2331
2332
|
) -> models.VerifyScenePhotoResponse:
|
|
2332
2333
|
"""
|
|
2333
2334
|
提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
|
|
2335
|
+
默认接口请求频率限制:10次/秒
|
|
2334
2336
|
"""
|
|
2335
2337
|
|
|
2336
2338
|
kwargs = {}
|
|
@@ -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.91
|
|
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.91
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.91
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.89
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|