tencentcloud-sdk-python-ocr 3.0.1357__tar.gz → 3.0.1358__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.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/models.py +2 -2
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1358/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1357/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1357 → tencentcloud-sdk-python-ocr-3.0.1358}/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.1358"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -29408,7 +29408,7 @@ class SmartStructuralProRequest(AbstractModel):
|
|
|
29408
29408
|
:type ImageBase64: str
|
|
29409
29409
|
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。
|
|
29410
29410
|
:type PdfPageNumber: int
|
|
29411
|
-
:param _ItemNames:
|
|
29411
|
+
:param _ItemNames: 自定义结构化功能需返回的字段名称,例:若客户想新增返回姓名、性别两个字段的识别结果,则输入ItemNames=["姓名","性别"]
|
|
29412
29412
|
:type ItemNames: list of str
|
|
29413
29413
|
:param _ReturnFullText: 是否开启全文字段识别
|
|
29414
29414
|
:type ReturnFullText: bool
|
|
@@ -29481,7 +29481,7 @@ ArticalRecognize -- 手写作文模版
|
|
|
29481
29481
|
|
|
29482
29482
|
@property
|
|
29483
29483
|
def ItemNames(self):
|
|
29484
|
-
"""
|
|
29484
|
+
"""自定义结构化功能需返回的字段名称,例:若客户想新增返回姓名、性别两个字段的识别结果,则输入ItemNames=["姓名","性别"]
|
|
29485
29485
|
:rtype: list of str
|
|
29486
29486
|
"""
|
|
29487
29487
|
return self._ItemNames
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1358
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1357
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|