tencentcloud-sdk-python-ocr 3.0.1356__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.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/models.py +4 -4
- {tencentcloud-sdk-python-ocr-3.0.1356 → 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.1356/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → tencentcloud-sdk-python-ocr-3.0.1358}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1356 → 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(),
|
|
@@ -13962,7 +13962,7 @@ FailedOperation.UnKnowError:表示识别失败;
|
|
|
13962
13962
|
:type Type: int
|
|
13963
13963
|
:param _Polygon: 该发票在原图片中的四点坐标。
|
|
13964
13964
|
:type Polygon: :class:`tencentcloud.ocr.v20181119.models.Polygon`
|
|
13965
|
-
:param _Angle:
|
|
13965
|
+
:param _Angle: 识别出切图后各图片的旋转角度。
|
|
13966
13966
|
:type Angle: float
|
|
13967
13967
|
:param _SingleInvoiceInfos: 识别到的内容。
|
|
13968
13968
|
:type SingleInvoiceInfos: :class:`tencentcloud.ocr.v20181119.models.SingleInvoiceItem`
|
|
@@ -14047,7 +14047,7 @@ FailedOperation.UnKnowError:表示识别失败;
|
|
|
14047
14047
|
|
|
14048
14048
|
@property
|
|
14049
14049
|
def Angle(self):
|
|
14050
|
-
"""
|
|
14050
|
+
"""识别出切图后各图片的旋转角度。
|
|
14051
14051
|
:rtype: float
|
|
14052
14052
|
"""
|
|
14053
14053
|
return self._Angle
|
|
@@ -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.1356
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|