tencentcloud-sdk-python-lkeap 3.1.121__tar.gz → 3.1.145__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_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/setup.py +1 -1
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/lkeap/v20240522/lkeap_client.py +3 -1
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/lkeap/v20240522/lkeap_client_async.py +2 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud_sdk_python_lkeap.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lkeap-3.1.145/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lkeap-3.1.121/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/README.rst +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/lkeap/__init__.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/lkeap/v20240522/__init__.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/lkeap/v20240522/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud/lkeap/v20240522/models.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud_sdk_python_lkeap.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud_sdk_python_lkeap.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.121 → tencentcloud_sdk_python_lkeap-3.1.145}/tencentcloud_sdk_python_lkeap.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lkeap
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.145
|
|
4
4
|
Summary: Tencent Cloud Lkeap 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.145
|
|
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-lkeap',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.145,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lkeap SDK for Python',
|
|
@@ -344,7 +344,9 @@ class LkeapClient(AbstractClient):
|
|
|
344
344
|
|
|
345
345
|
|
|
346
346
|
def ReconstructDocumentSSE(self, request):
|
|
347
|
-
r"""
|
|
347
|
+
r"""**此接口处于预下线状态 。请尽快升级到新对应接口:**https://cloud.tencent.com/document/product/866/133224
|
|
348
|
+
|
|
349
|
+
准实时文档解析接口,使用HTTP SSE 协议通信。
|
|
348
350
|
支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
|
|
349
351
|
输入:pdf、ppt、docx、doc、jpg等
|
|
350
352
|
输出:正常阅读顺序的md文件、识别结果的json(可选)等
|
|
@@ -308,6 +308,8 @@ class LkeapClient(AbstractClient):
|
|
|
308
308
|
opts: Dict = None,
|
|
309
309
|
) -> models.ReconstructDocumentSSEResponse:
|
|
310
310
|
"""
|
|
311
|
+
**此接口处于预下线状态 。请尽快升级到新对应接口:**https://cloud.tencent.com/document/product/866/133224
|
|
312
|
+
|
|
311
313
|
准实时文档解析接口,使用HTTP SSE 协议通信。
|
|
312
314
|
支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
|
|
313
315
|
输入:pdf、ppt、docx、doc、jpg等
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lkeap
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.145
|
|
4
4
|
Summary: Tencent Cloud Lkeap 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.145
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.145
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.121
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|