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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94d203643a6d3855f146e1811b3207201c09d6a6
|
4
|
+
data.tar.gz: 4b51f4ad363445d860eef20513fc9653477ace41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f956f10f5cda156ab5cdd03ee68b4f3f0b1dae755d1eb2f73c4e31d8bbb6f89cec0ee53bc02a91e3ce5ea622c4ced3987ff22076e81f66b10ac23519c1644063
|
7
|
+
data.tar.gz: f3f5809f9c6eefc1e551505088acd002d9b00f1760344ea44c5bf19a8292fc498096c8a08ed2d8c7d175873cd8c95d6a2bc5b733a7f713306da9df4db68af394
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1124
|
data/lib/v20181119/models.rb
CHANGED
@@ -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.
|
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-
|
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
|