tencentcloud-sdk-ocr 3.0.1030 → 3.0.1032

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d8bc72607befe5cd1d8ab5ddc07c5817f42dfb4
4
- data.tar.gz: cc4ef92dc7e46ac8ea5e2a32498d90ab6da5f634
3
+ metadata.gz: ae862308f86691fa098bcc1ed4ac557b9672aef0
4
+ data.tar.gz: 2e04568d1de5e2d6b1a84603212c0824cfba0591
5
5
  SHA512:
6
- metadata.gz: 8e78b114f78e4babb9667fa57eb3c53120c81e07062ff57aeaed2c7bcb7ec9e7749fac5fd1180e8d421c85f2d8108819b8006e46a3a477df7e726fa20c5766ce
7
- data.tar.gz: d9199885b536f9c1e09b2e3aac8ae9be547c1a4a5ece77fc60ba885d75ab7887882ae7fe1475b09dbd9abed408dbbf6ebd33ff63f3763c45c82e8f742f1ccde4
6
+ metadata.gz: baf4545dc01a61e96b1242ed7b4c699f1e405667e73319a471eb361fd47a8287a4c0fd6c73c4daa0e114678ded50ec2ca5e8f5eb3ebb40a548ce0c7fa776a80d
7
+ data.tar.gz: 7cdea75cb99749db90337fd1d4599555607796a89c788bd9705beb71373c333d4999e3fe0d7fb6ceef50ef6deebd1ffac36b4a95399ea01d3ad8c6bc5076d3c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1030
1
+ 3.0.1032
@@ -2133,30 +2133,6 @@ module TencentCloud
2133
2133
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2134
2134
  end
2135
2135
 
2136
- # 服务已迁移至 [文档解析](https://cloud.tencent.com/document/product/1759/107504),请跳转查看接口文档。该接口支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
2137
-
2138
- # @param request: Request instance for ReconstructDocument.
2139
- # @type request: :class:`Tencentcloud::ocr::V20181119::ReconstructDocumentRequest`
2140
- # @rtype: :class:`Tencentcloud::ocr::V20181119::ReconstructDocumentResponse`
2141
- def ReconstructDocument(request)
2142
- body = send_request('ReconstructDocument', request.serialize)
2143
- response = JSON.parse(body)
2144
- if response['Response'].key?('Error') == false
2145
- model = ReconstructDocumentResponse.new
2146
- model.deserialize(response['Response'])
2147
- model
2148
- else
2149
- code = response['Response']['Error']['Code']
2150
- message = response['Response']['Error']['Message']
2151
- reqid = response['Response']['RequestId']
2152
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2153
- end
2154
- rescue TencentCloud::Common::TencentCloudSDKException => e
2155
- raise e
2156
- rescue StandardError => e
2157
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2158
- end
2159
-
2160
2136
  # 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
2161
2137
 
2162
2138
  # 默认接口请求频率限制:5次/秒。
@@ -1459,6 +1459,22 @@ module TencentCloud
1459
1459
  end
1460
1460
  end
1461
1461
 
1462
+ # 支持模版的单个属性配置
1463
+ class ConfigAdvanced < TencentCloud::Common::AbstractModel
1464
+ # @param Scene: 模版的单个属性配置
1465
+ # @type Scene: String
1466
+
1467
+ attr_accessor :Scene
1468
+
1469
+ def initialize(scene=nil)
1470
+ @Scene = scene
1471
+ end
1472
+
1473
+ def deserialize(params)
1474
+ @Scene = params['Scene']
1475
+ end
1476
+ end
1477
+
1462
1478
  # 卡证字段信息返回值
1463
1479
  class ContentInfo < TencentCloud::Common::AbstractModel
1464
1480
  # @param Content: 字段内容
@@ -1653,130 +1669,6 @@ module TencentCloud
1653
1669
  end
1654
1670
  end
1655
1671
 
1656
- # 文档元素字段
1657
- class DocumentElement < TencentCloud::Common::AbstractModel
1658
- # @param Index: 文档元素索引
1659
- # 注意:此字段可能返回 null,表示取不到有效值。
1660
- # @type Index: Integer
1661
- # @param Type: 元素类型,包括paragraph、table、formula、figure、title、header、footer、figure_text
1662
-
1663
- # 注意:此字段可能返回 null,表示取不到有效值。
1664
- # @type Type: String
1665
- # @param Text: 元素内容,当type为figure或formula(公式识别关闭)时该字段内容为图片的位置
1666
-
1667
- # 注意:此字段可能返回 null,表示取不到有效值。
1668
- # @type Text: String
1669
- # @param Polygon: 元素坐标,左上角(x1, y1),右上角(x2, y2),右下角(x3, y3),左下角(x4, y4)
1670
-
1671
- # 注意:此字段可能返回 null,表示取不到有效值。
1672
- # @type Polygon: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
1673
- # @param Level: 元素层级
1674
- # 注意:此字段可能返回 null,表示取不到有效值。
1675
- # @type Level: Integer
1676
- # @param InsetImageName: 入参开启EnableInsetImage后返回,表示在InsetImagePackage中的内嵌图片名称
1677
- # 注意:此字段可能返回 null,表示取不到有效值。
1678
- # @type InsetImageName: String
1679
- # @param Elements: 嵌套的文档元素信息,一般包含的是文档内嵌入图片的文字识别结果
1680
- # 注意:此字段可能返回 null,表示取不到有效值。
1681
- # @type Elements: Array
1682
-
1683
- attr_accessor :Index, :Type, :Text, :Polygon, :Level, :InsetImageName, :Elements
1684
-
1685
- def initialize(index=nil, type=nil, text=nil, polygon=nil, level=nil, insetimagename=nil, elements=nil)
1686
- @Index = index
1687
- @Type = type
1688
- @Text = text
1689
- @Polygon = polygon
1690
- @Level = level
1691
- @InsetImageName = insetimagename
1692
- @Elements = elements
1693
- end
1694
-
1695
- def deserialize(params)
1696
- @Index = params['Index']
1697
- @Type = params['Type']
1698
- @Text = params['Text']
1699
- unless params['Polygon'].nil?
1700
- @Polygon = Polygon.new
1701
- @Polygon.deserialize(params['Polygon'])
1702
- end
1703
- @Level = params['Level']
1704
- @InsetImageName = params['InsetImageName']
1705
- unless params['Elements'].nil?
1706
- @Elements = []
1707
- params['Elements'].each do |i|
1708
- documentelement_tmp = DocumentElement.new
1709
- documentelement_tmp.deserialize(i)
1710
- @Elements << documentelement_tmp
1711
- end
1712
- end
1713
- end
1714
- end
1715
-
1716
- # 单页文档识别的内容
1717
- class DocumentRecognizeInfo < TencentCloud::Common::AbstractModel
1718
- # @param PageNumber: 输入PDF文件的页码,从1开始。输入图片的话值始终为1
1719
- # 注意:此字段可能返回 null,表示取不到有效值。
1720
- # @type PageNumber: Integer
1721
- # @param Angle: 旋转角度
1722
-
1723
- # 注意:此字段可能返回 null,表示取不到有效值。
1724
- # @type Angle: Integer
1725
- # @param Height: AI算法识别处理后的图片高度
1726
- # 注意:此字段可能返回 null,表示取不到有效值。
1727
- # @type Height: Integer
1728
- # @param Width: AI算法识别处理后的图片宽度
1729
- # 注意:此字段可能返回 null,表示取不到有效值。
1730
- # @type Width: Integer
1731
- # @param OriginHeight: 图片的原始高度,输入PDF文件则表示单页PDF转图片之后的图片高度
1732
- # 注意:此字段可能返回 null,表示取不到有效值。
1733
- # @type OriginHeight: Integer
1734
- # @param OriginWidth: 图片的原始宽度,输入PDF文件则表示单页PDF转图片之后的图片宽度
1735
- # 注意:此字段可能返回 null,表示取不到有效值。
1736
- # @type OriginWidth: Integer
1737
- # @param Elements: 文档元素信息
1738
- # 注意:此字段可能返回 null,表示取不到有效值。
1739
- # @type Elements: Array
1740
- # @param RotatedAngle: 旋转角度
1741
-
1742
- # 注意:此字段可能返回 null,表示取不到有效值。
1743
- # @type RotatedAngle: Float
1744
-
1745
- attr_accessor :PageNumber, :Angle, :Height, :Width, :OriginHeight, :OriginWidth, :Elements, :RotatedAngle
1746
- extend Gem::Deprecate
1747
- deprecate :Angle, :none, 2025, 3
1748
- deprecate :Angle=, :none, 2025, 3
1749
-
1750
- def initialize(pagenumber=nil, angle=nil, height=nil, width=nil, originheight=nil, originwidth=nil, elements=nil, rotatedangle=nil)
1751
- @PageNumber = pagenumber
1752
- @Angle = angle
1753
- @Height = height
1754
- @Width = width
1755
- @OriginHeight = originheight
1756
- @OriginWidth = originwidth
1757
- @Elements = elements
1758
- @RotatedAngle = rotatedangle
1759
- end
1760
-
1761
- def deserialize(params)
1762
- @PageNumber = params['PageNumber']
1763
- @Angle = params['Angle']
1764
- @Height = params['Height']
1765
- @Width = params['Width']
1766
- @OriginHeight = params['OriginHeight']
1767
- @OriginWidth = params['OriginWidth']
1768
- unless params['Elements'].nil?
1769
- @Elements = []
1770
- params['Elements'].each do |i|
1771
- documentelement_tmp = DocumentElement.new
1772
- documentelement_tmp.deserialize(i)
1773
- @Elements << documentelement_tmp
1774
- end
1775
- end
1776
- @RotatedAngle = params['RotatedAngle']
1777
- end
1778
- end
1779
-
1780
1672
  # DriverLicenseOCR请求参数结构体
1781
1673
  class DriverLicenseOCRRequest < TencentCloud::Common::AbstractModel
1782
1674
  # @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
@@ -3610,8 +3502,8 @@ module TencentCloud
3610
3502
 
3611
3503
  attr_accessor :TextDetections, :Angel, :Angle, :RequestId
3612
3504
  extend Gem::Deprecate
3613
- deprecate :Angel, :none, 2025, 3
3614
- deprecate :Angel=, :none, 2025, 3
3505
+ deprecate :Angel, :none, 2025, 4
3506
+ deprecate :Angel=, :none, 2025, 4
3615
3507
 
3616
3508
  def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
3617
3509
  @TextDetections = textdetections
@@ -3717,8 +3609,8 @@ module TencentCloud
3717
3609
 
3718
3610
  attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :Angle, :RequestId
3719
3611
  extend Gem::Deprecate
3720
- deprecate :Angel, :none, 2025, 3
3721
- deprecate :Angel=, :none, 2025, 3
3612
+ deprecate :Angel, :none, 2025, 4
3613
+ deprecate :Angel=, :none, 2025, 4
3722
3614
 
3723
3615
  def initialize(textdetections=nil, language=nil, angel=nil, pdfpagesize=nil, angle=nil, requestid=nil)
3724
3616
  @TextDetections = textdetections
@@ -3814,8 +3706,8 @@ module TencentCloud
3814
3706
 
3815
3707
  attr_accessor :TextDetections, :Angel, :Angle, :RequestId
3816
3708
  extend Gem::Deprecate
3817
- deprecate :Angel, :none, 2025, 3
3818
- deprecate :Angel=, :none, 2025, 3
3709
+ deprecate :Angel, :none, 2025, 4
3710
+ deprecate :Angel=, :none, 2025, 4
3819
3711
 
3820
3712
  def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
3821
3713
  @TextDetections = textdetections
@@ -3968,8 +3860,8 @@ module TencentCloud
3968
3860
 
3969
3861
  attr_accessor :TextDetections, :Angel, :Angle, :RequestId
3970
3862
  extend Gem::Deprecate
3971
- deprecate :Angel, :none, 2025, 3
3972
- deprecate :Angel=, :none, 2025, 3
3863
+ deprecate :Angel, :none, 2025, 4
3864
+ deprecate :Angel=, :none, 2025, 4
3973
3865
 
3974
3866
  def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
3975
3867
  @TextDetections = textdetections
@@ -4198,8 +4090,8 @@ module TencentCloud
4198
4090
 
4199
4091
  attr_accessor :ReturnHeadImage, :DetectFake, :ImageBase64, :ImageUrl
4200
4092
  extend Gem::Deprecate
4201
- deprecate :DetectFake, :none, 2025, 3
4202
- deprecate :DetectFake=, :none, 2025, 3
4093
+ deprecate :DetectFake, :none, 2025, 4
4094
+ deprecate :DetectFake=, :none, 2025, 4
4203
4095
 
4204
4096
  def initialize(returnheadimage=nil, detectfake=nil, imagebase64=nil, imageurl=nil)
4205
4097
  @ReturnHeadImage = returnheadimage
@@ -4268,10 +4160,10 @@ module TencentCloud
4268
4160
 
4269
4161
  attr_accessor :CnName, :EnName, :TelexCode, :Sex, :Birthday, :Permanent, :IdNum, :Symbol, :FirstIssueDate, :CurrentIssueDate, :FakeDetectResult, :HeadImage, :WarningCode, :WarnCardInfos, :RequestId
4270
4162
  extend Gem::Deprecate
4271
- deprecate :FakeDetectResult, :none, 2025, 3
4272
- deprecate :FakeDetectResult=, :none, 2025, 3
4273
- deprecate :WarningCode, :none, 2025, 3
4274
- deprecate :WarningCode=, :none, 2025, 3
4163
+ deprecate :FakeDetectResult, :none, 2025, 4
4164
+ deprecate :FakeDetectResult=, :none, 2025, 4
4165
+ deprecate :WarningCode, :none, 2025, 4
4166
+ deprecate :WarningCode=, :none, 2025, 4
4275
4167
 
4276
4168
  def initialize(cnname=nil, enname=nil, telexcode=nil, sex=nil, birthday=nil, permanent=nil, idnum=nil, symbol=nil, firstissuedate=nil, currentissuedate=nil, fakedetectresult=nil, headimage=nil, warningcode=nil, warncardinfos=nil, requestid=nil)
4277
4169
  @CnName = cnname
@@ -5624,8 +5516,8 @@ module TencentCloud
5624
5516
 
5625
5517
  attr_accessor :ID, :Name, :Address, :Sex, :Warn, :Image, :AdvancedInfo, :Type, :Birthday, :MyKadNumber, :WarnCardInfos, :RequestId
5626
5518
  extend Gem::Deprecate
5627
- deprecate :Warn, :none, 2025, 3
5628
- deprecate :Warn=, :none, 2025, 3
5519
+ deprecate :Warn, :none, 2025, 4
5520
+ deprecate :Warn=, :none, 2025, 4
5629
5521
 
5630
5522
  def initialize(id=nil, name=nil, address=nil, sex=nil, warn=nil, image=nil, advancedinfo=nil, type=nil, birthday=nil, mykadnumber=nil, warncardinfos=nil, requestid=nil)
5631
5523
  @ID = id
@@ -9620,100 +9512,6 @@ module TencentCloud
9620
9512
  end
9621
9513
  end
9622
9514
 
9623
- # ReconstructDocument配置选项
9624
- class ReconstructDocumentConfig < TencentCloud::Common::AbstractModel
9625
- # @param EnableInsetImage: 生成的Markdown中是否嵌入图片
9626
- # @type EnableInsetImage: Boolean
9627
-
9628
- attr_accessor :EnableInsetImage
9629
-
9630
- def initialize(enableinsetimage=nil)
9631
- @EnableInsetImage = enableinsetimage
9632
- end
9633
-
9634
- def deserialize(params)
9635
- @EnableInsetImage = params['EnableInsetImage']
9636
- end
9637
- end
9638
-
9639
- # ReconstructDocument请求参数结构体
9640
- class ReconstructDocumentRequest < TencentCloud::Common::AbstractModel
9641
- # @param FileType: PDF,Image
9642
- # @type FileType: String
9643
- # @param FileBase64: 图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
9644
- # @type FileBase64: String
9645
- # @param FileUrl: 图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
9646
- # @type FileUrl: String
9647
- # @param FileStartPageNumber: 当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的起始页码,识别的页码包含当前值。
9648
- # @type FileStartPageNumber: Integer
9649
- # @param FileEndPageNumber: 当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的结束页码,识别的页码包含当前值。
9650
- # 单次调用,最多支持10页pdf的智能识别。
9651
- # @type FileEndPageNumber: Integer
9652
- # @param Config: 配置选项,支持配置是否在生成的Markdown中是否嵌入图片
9653
- # @type Config: :class:`Tencentcloud::Ocr.v20181119.models.ReconstructDocumentConfig`
9654
-
9655
- attr_accessor :FileType, :FileBase64, :FileUrl, :FileStartPageNumber, :FileEndPageNumber, :Config
9656
-
9657
- def initialize(filetype=nil, filebase64=nil, fileurl=nil, filestartpagenumber=nil, fileendpagenumber=nil, config=nil)
9658
- @FileType = filetype
9659
- @FileBase64 = filebase64
9660
- @FileUrl = fileurl
9661
- @FileStartPageNumber = filestartpagenumber
9662
- @FileEndPageNumber = fileendpagenumber
9663
- @Config = config
9664
- end
9665
-
9666
- def deserialize(params)
9667
- @FileType = params['FileType']
9668
- @FileBase64 = params['FileBase64']
9669
- @FileUrl = params['FileUrl']
9670
- @FileStartPageNumber = params['FileStartPageNumber']
9671
- @FileEndPageNumber = params['FileEndPageNumber']
9672
- unless params['Config'].nil?
9673
- @Config = ReconstructDocumentConfig.new
9674
- @Config.deserialize(params['Config'])
9675
- end
9676
- end
9677
- end
9678
-
9679
- # ReconstructDocument返回参数结构体
9680
- class ReconstructDocumentResponse < TencentCloud::Common::AbstractModel
9681
- # @param MarkdownBase64: 识别生成的Markdown文件base64编码的字符串
9682
- # 注意:此字段可能返回 null,表示取不到有效值。
9683
- # @type MarkdownBase64: String
9684
- # @param InsetImagePackage: 输入文件中嵌入的图片放在一个文件夹中打包为.zip压缩文件,识别生成的Markdown文件通过路径关联插入本文件夹中的图片。
9685
- # 注意:此字段可能返回 null,表示取不到有效值。
9686
- # @type InsetImagePackage: String
9687
- # @param DocumentRecognizeInfo: 输入文件中嵌入的图片中文字内容的识别结果
9688
- # 注意:此字段可能返回 null,表示取不到有效值。
9689
- # @type DocumentRecognizeInfo: Array
9690
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9691
- # @type RequestId: String
9692
-
9693
- attr_accessor :MarkdownBase64, :InsetImagePackage, :DocumentRecognizeInfo, :RequestId
9694
-
9695
- def initialize(markdownbase64=nil, insetimagepackage=nil, documentrecognizeinfo=nil, requestid=nil)
9696
- @MarkdownBase64 = markdownbase64
9697
- @InsetImagePackage = insetimagepackage
9698
- @DocumentRecognizeInfo = documentrecognizeinfo
9699
- @RequestId = requestid
9700
- end
9701
-
9702
- def deserialize(params)
9703
- @MarkdownBase64 = params['MarkdownBase64']
9704
- @InsetImagePackage = params['InsetImagePackage']
9705
- unless params['DocumentRecognizeInfo'].nil?
9706
- @DocumentRecognizeInfo = []
9707
- params['DocumentRecognizeInfo'].each do |i|
9708
- documentrecognizeinfo_tmp = DocumentRecognizeInfo.new
9709
- documentrecognizeinfo_tmp.deserialize(i)
9710
- @DocumentRecognizeInfo << documentrecognizeinfo_tmp
9711
- end
9712
- end
9713
- @RequestId = params['RequestId']
9714
- end
9715
- end
9716
-
9717
9515
  # 矩形坐标
9718
9516
  class Rect < TencentCloud::Common::AbstractModel
9719
9517
  # @param X: 左上角x
@@ -10985,15 +10783,18 @@ module TencentCloud
10985
10783
  # AirWayBill -- 航空运单识别模板
10986
10784
  # DispatchWeightNote -- 磅单发货单识别模板
10987
10785
  # ReceiptWeightNote -- 磅单收货单识别模板
10786
+ # ArticalRecognize -- 手写作文模版
10988
10787
  # @type ConfigId: String
10989
10788
  # @param EnableCoord: 是否开启全文字段坐标值的识别
10990
10789
  # @type EnableCoord: Boolean
10991
10790
  # @param OutputParentKey: 是否开启父子key识别,默认是
10992
10791
  # @type OutputParentKey: Boolean
10792
+ # @param ConfigAdvanced: 模版的单个属性配置
10793
+ # @type ConfigAdvanced: :class:`Tencentcloud::Ocr.v20181119.models.ConfigAdvanced`
10993
10794
 
10994
- attr_accessor :ImageUrl, :ImageBase64, :PdfPageNumber, :ItemNames, :ReturnFullText, :ConfigId, :EnableCoord, :OutputParentKey
10795
+ attr_accessor :ImageUrl, :ImageBase64, :PdfPageNumber, :ItemNames, :ReturnFullText, :ConfigId, :EnableCoord, :OutputParentKey, :ConfigAdvanced
10995
10796
 
10996
- def initialize(imageurl=nil, imagebase64=nil, pdfpagenumber=nil, itemnames=nil, returnfulltext=nil, configid=nil, enablecoord=nil, outputparentkey=nil)
10797
+ def initialize(imageurl=nil, imagebase64=nil, pdfpagenumber=nil, itemnames=nil, returnfulltext=nil, configid=nil, enablecoord=nil, outputparentkey=nil, configadvanced=nil)
10997
10798
  @ImageUrl = imageurl
10998
10799
  @ImageBase64 = imagebase64
10999
10800
  @PdfPageNumber = pdfpagenumber
@@ -11002,6 +10803,7 @@ module TencentCloud
11002
10803
  @ConfigId = configid
11003
10804
  @EnableCoord = enablecoord
11004
10805
  @OutputParentKey = outputparentkey
10806
+ @ConfigAdvanced = configadvanced
11005
10807
  end
11006
10808
 
11007
10809
  def deserialize(params)
@@ -11013,6 +10815,10 @@ module TencentCloud
11013
10815
  @ConfigId = params['ConfigId']
11014
10816
  @EnableCoord = params['EnableCoord']
11015
10817
  @OutputParentKey = params['OutputParentKey']
10818
+ unless params['ConfigAdvanced'].nil?
10819
+ @ConfigAdvanced = ConfigAdvanced.new
10820
+ @ConfigAdvanced.deserialize(params['ConfigAdvanced'])
10821
+ end
11016
10822
  end
11017
10823
  end
11018
10824
 
@@ -14945,6 +14751,44 @@ module TencentCloud
14945
14751
  # @type DetectedText: String
14946
14752
  # @param Coord: 四点坐标
14947
14753
  # @type Coord: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
14754
+ # @param AdvancedInfo: 描述性信息
14755
+ # @type AdvancedInfo: String
14756
+ # @param WordCoord: 单词的四点坐标
14757
+ # @type WordCoord: Array
14758
+
14759
+ attr_accessor :DetectedText, :Coord, :AdvancedInfo, :WordCoord
14760
+
14761
+ def initialize(detectedtext=nil, coord=nil, advancedinfo=nil, wordcoord=nil)
14762
+ @DetectedText = detectedtext
14763
+ @Coord = coord
14764
+ @AdvancedInfo = advancedinfo
14765
+ @WordCoord = wordcoord
14766
+ end
14767
+
14768
+ def deserialize(params)
14769
+ @DetectedText = params['DetectedText']
14770
+ unless params['Coord'].nil?
14771
+ @Coord = Polygon.new
14772
+ @Coord.deserialize(params['Coord'])
14773
+ end
14774
+ @AdvancedInfo = params['AdvancedInfo']
14775
+ unless params['WordCoord'].nil?
14776
+ @WordCoord = []
14777
+ params['WordCoord'].each do |i|
14778
+ wordpolygon_tmp = WordPolygon.new
14779
+ wordpolygon_tmp.deserialize(i)
14780
+ @WordCoord << wordpolygon_tmp
14781
+ end
14782
+ end
14783
+ end
14784
+ end
14785
+
14786
+ # 单词坐标信息
14787
+ class WordPolygon < TencentCloud::Common::AbstractModel
14788
+ # @param DetectedText: 文本块内容
14789
+ # @type DetectedText: String
14790
+ # @param Coord: 四点坐标
14791
+ # @type Coord: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
14948
14792
 
14949
14793
  attr_accessor :DetectedText, :Coord
14950
14794
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ocr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1030
4
+ version: 3.0.1032
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-30 00:00:00.000000000 Z
11
+ date: 2025-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20181119/models.rb
37
- - lib/v20181119/client.rb
38
36
  - lib/tencentcloud-sdk-ocr.rb
37
+ - lib/v20181119/client.rb
38
+ - lib/v20181119/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: