tencentcloud-sdk-python-ocr 3.1.82__tar.gz → 3.1.86__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/ocr/v20181119/models.py +32 -32
  5. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ocr-3.1.86/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ocr-3.1.82/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/ocr/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/ocr/v20181119/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
  14. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud/ocr/v20181119/ocr_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ocr-3.1.82 → tencentcloud_sdk_python_ocr-3.1.86}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.1.82
3
+ Version: 3.1.86
4
4
  Summary: Tencent Cloud Ocr 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.82
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.86
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-ocr',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.82,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.86,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ocr SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.82'
17
+ __version__ = '3.1.86'
@@ -4486,9 +4486,9 @@ class Coord(AbstractModel):
4486
4486
 
4487
4487
  def __init__(self):
4488
4488
  r"""
4489
- :param _X: 横坐标
4489
+ :param _X: <p>横坐标。</p>
4490
4490
  :type X: int
4491
- :param _Y: 纵坐标
4491
+ :param _Y: <p>纵坐标。</p>
4492
4492
  :type Y: int
4493
4493
  """
4494
4494
  self._X = None
@@ -4496,7 +4496,7 @@ class Coord(AbstractModel):
4496
4496
 
4497
4497
  @property
4498
4498
  def X(self):
4499
- r"""横坐标
4499
+ r"""<p>横坐标。</p>
4500
4500
  :rtype: int
4501
4501
  """
4502
4502
  return self._X
@@ -4507,7 +4507,7 @@ class Coord(AbstractModel):
4507
4507
 
4508
4508
  @property
4509
4509
  def Y(self):
4510
- r"""纵坐标
4510
+ r"""<p>纵坐标。</p>
4511
4511
  :rtype: int
4512
4512
  """
4513
4513
  return self._Y
@@ -5604,9 +5604,9 @@ class DetectedWords(AbstractModel):
5604
5604
 
5605
5605
  def __init__(self):
5606
5606
  r"""
5607
- :param _Confidence: 置信度 0 ~100
5607
+ :param _Confidence: <p>置信度 0 ~100。</p>
5608
5608
  :type Confidence: int
5609
- :param _Character: 候选字Character
5609
+ :param _Character: <p>候选字Character。</p>
5610
5610
  :type Character: str
5611
5611
  """
5612
5612
  self._Confidence = None
@@ -5614,7 +5614,7 @@ class DetectedWords(AbstractModel):
5614
5614
 
5615
5615
  @property
5616
5616
  def Confidence(self):
5617
- r"""置信度 0 ~100
5617
+ r"""<p>置信度 0 ~100。</p>
5618
5618
  :rtype: int
5619
5619
  """
5620
5620
  return self._Confidence
@@ -5625,7 +5625,7 @@ class DetectedWords(AbstractModel):
5625
5625
 
5626
5626
  @property
5627
5627
  def Character(self):
5628
- r"""候选字Character
5628
+ r"""<p>候选字Character。</p>
5629
5629
  :rtype: str
5630
5630
  """
5631
5631
  return self._Character
@@ -16624,13 +16624,13 @@ class ItemCoord(AbstractModel):
16624
16624
 
16625
16625
  def __init__(self):
16626
16626
  r"""
16627
- :param _X: 左上角x
16627
+ :param _X: <p>左上角x。</p>
16628
16628
  :type X: int
16629
- :param _Y: 左上角y
16629
+ :param _Y: <p>左上角y。</p>
16630
16630
  :type Y: int
16631
- :param _Width: width
16631
+ :param _Width: <p>宽width。</p>
16632
16632
  :type Width: int
16633
- :param _Height: height
16633
+ :param _Height: <p>高height。</p>
16634
16634
  :type Height: int
16635
16635
  """
16636
16636
  self._X = None
@@ -16640,7 +16640,7 @@ class ItemCoord(AbstractModel):
16640
16640
 
16641
16641
  @property
16642
16642
  def X(self):
16643
- r"""左上角x
16643
+ r"""<p>左上角x。</p>
16644
16644
  :rtype: int
16645
16645
  """
16646
16646
  return self._X
@@ -16651,7 +16651,7 @@ class ItemCoord(AbstractModel):
16651
16651
 
16652
16652
  @property
16653
16653
  def Y(self):
16654
- r"""左上角y
16654
+ r"""<p>左上角y。</p>
16655
16655
  :rtype: int
16656
16656
  """
16657
16657
  return self._Y
@@ -16662,7 +16662,7 @@ class ItemCoord(AbstractModel):
16662
16662
 
16663
16663
  @property
16664
16664
  def Width(self):
16665
- r"""width
16665
+ r"""<p>宽width。</p>
16666
16666
  :rtype: int
16667
16667
  """
16668
16668
  return self._Width
@@ -16673,7 +16673,7 @@ class ItemCoord(AbstractModel):
16673
16673
 
16674
16674
  @property
16675
16675
  def Height(self):
16676
- r"""height
16676
+ r"""<p>高height。</p>
16677
16677
  :rtype: int
16678
16678
  """
16679
16679
  return self._Height
@@ -34230,22 +34230,22 @@ class TextDetection(AbstractModel):
34230
34230
 
34231
34231
  def __init__(self):
34232
34232
  r"""
34233
- :param _DetectedText: <p>识别出的文本行内容</p>
34233
+ :param _DetectedText: <p>识别出的文本行内容。</p>
34234
34234
  :type DetectedText: str
34235
- :param _Confidence: <p>置信度 0 ~100</p>
34235
+ :param _Confidence: <p>置信度 0 ~100。</p>
34236
34236
  :type Confidence: int
34237
- :param _Polygon: <p>文本行坐标,以四个顶点坐标表示</p>
34237
+ :param _Polygon: <p>文本行坐标,以四个顶点坐标表示。</p>
34238
34238
  注意:此字段可能返回 null,表示取不到有效值。
34239
34239
  :type Polygon: list of Coord
34240
- :param _AdvancedInfo: <p>此字段为扩展字段。<br>GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。</p>
34240
+ :param _AdvancedInfo: <p>此字段为扩展字段。GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。</p>
34241
34241
  :type AdvancedInfo: str
34242
- :param _ItemPolygon: <p>文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)</p>
34242
+ :param _ItemPolygon: <p>文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)。</p>
34243
34243
  :type ItemPolygon: :class:`tencentcloud.ocr.v20181119.models.ItemCoord`
34244
- :param _Words: <p>识别出来的单字信息包括单字(包括单字Character和单字置信度confidence), 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR</p>
34244
+ :param _Words: <p>识别出来的单字信息包括单字(包括单字Character和单字置信度confidence), 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR。</p>
34245
34245
  :type Words: list of DetectedWords
34246
- :param _WordCoordPoint: <p>单字在原图中的四点坐标, 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR</p>
34246
+ :param _WordCoordPoint: <p>单字在原图中的四点坐标, 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR。</p>
34247
34247
  :type WordCoordPoint: list of DetectedWordCoordPoint
34248
- :param _Language: <p>语种信息。zh:中文; en:英文; th:泰语; id:印尼语; ja:日语; ko:韩语; es:西班牙语; fr:法语; de:德语; pt:葡萄牙语; vi:越南语; ms:马来语; ru:俄语; it:意大利语; nl:荷兰语; sv:瑞典语; fi:芬兰语; no:挪威语; hu:匈牙利语; ar:阿拉伯语; hi:印地语</p>
34248
+ :param _Language: <p>语种信息。注:仅ConfigID配置为MulOCR时支持。zh:中文; en:英文; tha:泰语; may:印尼语; jap:日语; kor:韩语; spa:西班牙语; fre:法语; ger:德语; por:葡萄牙语; vie:越南语; may:马来语; rus:俄语; ita:意大利语; hol:荷兰语; swe:瑞典语; fin:芬兰语; nor:挪威语; hun:匈牙利语; ara:阿拉伯语; hi:印地语。</p>
34249
34249
  :type Language: str
34250
34250
  """
34251
34251
  self._DetectedText = None
@@ -34259,7 +34259,7 @@ class TextDetection(AbstractModel):
34259
34259
 
34260
34260
  @property
34261
34261
  def DetectedText(self):
34262
- r"""<p>识别出的文本行内容</p>
34262
+ r"""<p>识别出的文本行内容。</p>
34263
34263
  :rtype: str
34264
34264
  """
34265
34265
  return self._DetectedText
@@ -34270,7 +34270,7 @@ class TextDetection(AbstractModel):
34270
34270
 
34271
34271
  @property
34272
34272
  def Confidence(self):
34273
- r"""<p>置信度 0 ~100</p>
34273
+ r"""<p>置信度 0 ~100。</p>
34274
34274
  :rtype: int
34275
34275
  """
34276
34276
  return self._Confidence
@@ -34281,7 +34281,7 @@ class TextDetection(AbstractModel):
34281
34281
 
34282
34282
  @property
34283
34283
  def Polygon(self):
34284
- r"""<p>文本行坐标,以四个顶点坐标表示</p>
34284
+ r"""<p>文本行坐标,以四个顶点坐标表示。</p>
34285
34285
  注意:此字段可能返回 null,表示取不到有效值。
34286
34286
  :rtype: list of Coord
34287
34287
  """
@@ -34293,7 +34293,7 @@ class TextDetection(AbstractModel):
34293
34293
 
34294
34294
  @property
34295
34295
  def AdvancedInfo(self):
34296
- r"""<p>此字段为扩展字段。<br>GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。</p>
34296
+ r"""<p>此字段为扩展字段。GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。</p>
34297
34297
  :rtype: str
34298
34298
  """
34299
34299
  return self._AdvancedInfo
@@ -34304,7 +34304,7 @@ class TextDetection(AbstractModel):
34304
34304
 
34305
34305
  @property
34306
34306
  def ItemPolygon(self):
34307
- r"""<p>文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)</p>
34307
+ r"""<p>文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)。</p>
34308
34308
  :rtype: :class:`tencentcloud.ocr.v20181119.models.ItemCoord`
34309
34309
  """
34310
34310
  return self._ItemPolygon
@@ -34315,7 +34315,7 @@ class TextDetection(AbstractModel):
34315
34315
 
34316
34316
  @property
34317
34317
  def Words(self):
34318
- r"""<p>识别出来的单字信息包括单字(包括单字Character和单字置信度confidence), 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR</p>
34318
+ r"""<p>识别出来的单字信息包括单字(包括单字Character和单字置信度confidence), 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR。</p>
34319
34319
  :rtype: list of DetectedWords
34320
34320
  """
34321
34321
  return self._Words
@@ -34326,7 +34326,7 @@ class TextDetection(AbstractModel):
34326
34326
 
34327
34327
  @property
34328
34328
  def WordCoordPoint(self):
34329
- r"""<p>单字在原图中的四点坐标, 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR</p>
34329
+ r"""<p>单字在原图中的四点坐标, 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCR。</p>
34330
34330
  :rtype: list of DetectedWordCoordPoint
34331
34331
  """
34332
34332
  return self._WordCoordPoint
@@ -34337,7 +34337,7 @@ class TextDetection(AbstractModel):
34337
34337
 
34338
34338
  @property
34339
34339
  def Language(self):
34340
- r"""<p>语种信息。zh:中文; en:英文; th:泰语; id:印尼语; ja:日语; ko:韩语; es:西班牙语; fr:法语; de:德语; pt:葡萄牙语; vi:越南语; ms:马来语; ru:俄语; it:意大利语; nl:荷兰语; sv:瑞典语; fi:芬兰语; no:挪威语; hu:匈牙利语; ar:阿拉伯语; hi:印地语</p>
34340
+ r"""<p>语种信息。注:仅ConfigID配置为MulOCR时支持。zh:中文; en:英文; tha:泰语; may:印尼语; jap:日语; kor:韩语; spa:西班牙语; fre:法语; ger:德语; por:葡萄牙语; vie:越南语; may:马来语; rus:俄语; ita:意大利语; hol:荷兰语; swe:瑞典语; fin:芬兰语; nor:挪威语; hun:匈牙利语; ara:阿拉伯语; hi:印地语。</p>
34341
34341
  :rtype: str
34342
34342
  """
34343
34343
  return self._Language
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.1.82
3
+ Version: 3.1.86
4
4
  Summary: Tencent Cloud Ocr 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.82
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.86
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.86
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.82