tencentcloud-sdk-ocr 3.0.1133 → 3.0.1135

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181119/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f132b779631c0758edeb98ee72adafd3f8264af
4
- data.tar.gz: c2f1a13be87820c5516dd1ce77c02d0ccaa132d4
3
+ metadata.gz: 7816e17d7c3e1945d19b5a90a8de1cfe9f8d8e69
4
+ data.tar.gz: 4cd74cfba33009987171c2347d2100752db034d5
5
5
  SHA512:
6
- metadata.gz: 4e35325fef8864914c0bd5a21a741b3ad2acdc39654799ee58e48eb637c79105d0b78b5c24525c0ab6b1185f0dc67aa176d282d77224e8a7d8bc6346885da99a
7
- data.tar.gz: c99eeecfcacc6d6a3547443ed72bbe3dc132854c5382d6c0e63ea77d7479225b1c45976b6ae361e832ac7a0abdc0276d4e1bad3312a8032f19027c36ea4ae02b
6
+ metadata.gz: f2503873376563346de3593bd109e8964f183197969bb011fde31726ff49565774e7c0ceae4537d964daf6cda9b2a25fd95dc2ec290fd4d22467f7ac4ff06f97
7
+ data.tar.gz: e86f6681fafe0fb824eeb9e92dd687f27a9ef7b927c2f71407ef6616b1ebf0da817986caadcbfe3bd2864c36813d67a8e46865d6cbd3a34a482e6197eaf79ad4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1133
1
+ 3.0.1135
@@ -3113,6 +3113,11 @@ module TencentCloud
3113
3113
  # MultiRealEstateCertificate -- 房产材料识别模板
3114
3114
  # MultiRealEstateMaterial -- 房产证明识别模板
3115
3115
  # HongKongUtilityBill -- 中国香港水电煤单识别模板
3116
+ # OverseasCheques -- 海外支票
3117
+ # RegistrationCertificate -- 备案证
3118
+ # ​GridPhoto -- 电网系统照片
3119
+ # ​SignaturePage -- 签署页
3120
+
3116
3121
  # @type ConfigId: String
3117
3122
  # @param EnableCoord: 是否开启全文字段坐标值的识别
3118
3123
  # @type EnableCoord: Boolean
@@ -13324,12 +13329,16 @@ module TencentCloud
13324
13329
  # @param Coord: 四点坐标
13325
13330
  # 注意:此字段可能返回 null,表示取不到有效值。
13326
13331
  # @type Coord: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
13332
+ # @param PageIndex: 页数
13333
+ # 注意:此字段可能返回 null,表示取不到有效值。
13334
+ # @type PageIndex: String
13327
13335
 
13328
- attr_accessor :AutoContent, :Coord
13336
+ attr_accessor :AutoContent, :Coord, :PageIndex
13329
13337
 
13330
- def initialize(autocontent=nil, coord=nil)
13338
+ def initialize(autocontent=nil, coord=nil, pageindex=nil)
13331
13339
  @AutoContent = autocontent
13332
13340
  @Coord = coord
13341
+ @PageIndex = pageindex
13333
13342
  end
13334
13343
 
13335
13344
  def deserialize(params)
@@ -13338,6 +13347,7 @@ module TencentCloud
13338
13347
  @Coord = Polygon.new
13339
13348
  @Coord.deserialize(params['Coord'])
13340
13349
  end
13350
+ @PageIndex = params['PageIndex']
13341
13351
  end
13342
13352
  end
13343
13353
 
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.1133
4
+ version: 3.0.1135
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-08-31 00:00:00.000000000 Z
11
+ date: 2025-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common