tencentcloud-sdk-python-ocr 3.0.1281__tar.gz → 3.0.1283__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.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud/ocr/v20181119/ocr_client.py +2 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1283/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1281/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud/ocr/v20181119/models.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1281 → tencentcloud-sdk-python-ocr-3.0.1283}/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.1283"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2235,6 +2235,8 @@ class OcrClient(AbstractClient):
|
|
|
2235
2235
|
def TextDetect(self, request):
|
|
2236
2236
|
"""本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
|
|
2237
2237
|
|
|
2238
|
+
默认接口请求频率限制:5次/秒。
|
|
2239
|
+
|
|
2238
2240
|
:param request: Request instance for TextDetect.
|
|
2239
2241
|
:type request: :class:`tencentcloud.ocr.v20181119.models.TextDetectRequest`
|
|
2240
2242
|
:rtype: :class:`tencentcloud.ocr.v20181119.models.TextDetectResponse`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1283
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1281
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|