tencentcloud-sdk-ocr 3.0.1123 → 3.0.1124

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: b4eb170b3a293148ce509fc260635172479f71c8
4
- data.tar.gz: fce56c750e737ed23509c7cc818d6c6b080ee4cb
3
+ metadata.gz: 94d203643a6d3855f146e1811b3207201c09d6a6
4
+ data.tar.gz: 4b51f4ad363445d860eef20513fc9653477ace41
5
5
  SHA512:
6
- metadata.gz: 065f2fa26c5af698a651ad8745cb2010f5f3606d347a7df331ab7c62ee15cfc49d536ec097b61099fb3ba0926e4a593fcb923df13d65e987b539ce67ee43bf32
7
- data.tar.gz: 792a85d14d1a0d6f7d61c170331e366e40ebb9acafc059d549c9291045b6218f806b1f635de445a5bd45a2468666c007f859254d5150334dfcf105a3aab55f95
6
+ metadata.gz: f956f10f5cda156ab5cdd03ee68b4f3f0b1dae755d1eb2f73c4e31d8bbb6f89cec0ee53bc02a91e3ce5ea622c4ced3987ff22076e81f66b10ac23519c1644063
7
+ data.tar.gz: f3f5809f9c6eefc1e551505088acd002d9b00f1760344ea44c5bf19a8292fc498096c8a08ed2d8c7d175873cd8c95d6a2bc5b733a7f713306da9df4db68af394
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1123
1
+ 3.0.1124
@@ -13379,10 +13379,12 @@ module TencentCloud
13379
13379
  # @type TaxMark: String
13380
13380
  # @param CompanySealMark: 是否有公司印章(0:没有,1:有)
13381
13381
  # @type CompanySealMark: Integer
13382
+ # @param InvoicePageIndex: 全电类型的多页pdf票据中,支持输出票面页码:当前第几页,一共第几页。
13383
+ # @type InvoicePageIndex: String
13382
13384
 
13383
- attr_accessor :Title, :Number, :Date, :PretaxAmount, :Tax, :Total, :TotalCn, :Seller, :SellerTaxID, :Buyer, :BuyerTaxID, :Issuer, :Remark, :SubTotal, :SubTax, :VatElectronicItems, :ServiceTypeLabel, :TotalCnMark, :TotalMark, :PretaxAmountMark, :TaxMark, :CompanySealMark
13385
+ attr_accessor :Title, :Number, :Date, :PretaxAmount, :Tax, :Total, :TotalCn, :Seller, :SellerTaxID, :Buyer, :BuyerTaxID, :Issuer, :Remark, :SubTotal, :SubTax, :VatElectronicItems, :ServiceTypeLabel, :TotalCnMark, :TotalMark, :PretaxAmountMark, :TaxMark, :CompanySealMark, :InvoicePageIndex
13384
13386
 
13385
- def initialize(title=nil, number=nil, date=nil, pretaxamount=nil, tax=nil, total=nil, totalcn=nil, seller=nil, sellertaxid=nil, buyer=nil, buyertaxid=nil, issuer=nil, remark=nil, subtotal=nil, subtax=nil, vatelectronicitems=nil, servicetypelabel=nil, totalcnmark=nil, totalmark=nil, pretaxamountmark=nil, taxmark=nil, companysealmark=nil)
13387
+ def initialize(title=nil, number=nil, date=nil, pretaxamount=nil, tax=nil, total=nil, totalcn=nil, seller=nil, sellertaxid=nil, buyer=nil, buyertaxid=nil, issuer=nil, remark=nil, subtotal=nil, subtax=nil, vatelectronicitems=nil, servicetypelabel=nil, totalcnmark=nil, totalmark=nil, pretaxamountmark=nil, taxmark=nil, companysealmark=nil, invoicepageindex=nil)
13386
13388
  @Title = title
13387
13389
  @Number = number
13388
13390
  @Date = date
@@ -13405,6 +13407,7 @@ module TencentCloud
13405
13407
  @PretaxAmountMark = pretaxamountmark
13406
13408
  @TaxMark = taxmark
13407
13409
  @CompanySealMark = companysealmark
13410
+ @InvoicePageIndex = invoicepageindex
13408
13411
  end
13409
13412
 
13410
13413
  def deserialize(params)
@@ -13437,6 +13440,7 @@ module TencentCloud
13437
13440
  @PretaxAmountMark = params['PretaxAmountMark']
13438
13441
  @TaxMark = params['TaxMark']
13439
13442
  @CompanySealMark = params['CompanySealMark']
13443
+ @InvoicePageIndex = params['InvoicePageIndex']
13440
13444
  end
13441
13445
  end
13442
13446
 
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.1123
4
+ version: 3.0.1124
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-14 00:00:00.000000000 Z
11
+ date: 2025-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common