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