tencentcloud-sdk-python-ocr 3.0.1301__tar.gz → 3.0.1303__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.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud/ocr/v20181119/models.py +4 -4
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1303/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1301/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1301 → tencentcloud-sdk-python-ocr-3.0.1303}/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.1303"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -10581,7 +10581,7 @@ class GeneralHandwritingOCRRequest(AbstractModel):
|
|
|
10581
10581
|
r"""
|
|
10582
10582
|
:param _ImageBase64: 图片的 Base64 值。
|
|
10583
10583
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
10584
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
10584
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
10585
10585
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
10586
10586
|
:type ImageBase64: str
|
|
10587
10587
|
:param _ImageUrl: 图片的 Url 地址。
|
|
@@ -10609,7 +10609,7 @@ class GeneralHandwritingOCRRequest(AbstractModel):
|
|
|
10609
10609
|
def ImageBase64(self):
|
|
10610
10610
|
"""图片的 Base64 值。
|
|
10611
10611
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
10612
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
10612
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
10613
10613
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
10614
10614
|
:rtype: str
|
|
10615
10615
|
"""
|
|
@@ -23154,7 +23154,7 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
|
23154
23154
|
:type ImageUrl: str
|
|
23155
23155
|
:param _ImageBase64: 图片的 Base64 值。
|
|
23156
23156
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
23157
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
23157
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
23158
23158
|
支持的图片像素:需介于20-10000px之间。
|
|
23159
23159
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
23160
23160
|
:type ImageBase64: str
|
|
@@ -23193,7 +23193,7 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
|
23193
23193
|
def ImageBase64(self):
|
|
23194
23194
|
"""图片的 Base64 值。
|
|
23195
23195
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
23196
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
23196
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
23197
23197
|
支持的图片像素:需介于20-10000px之间。
|
|
23198
23198
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
23199
23199
|
:rtype: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1303
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1301
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|