tencentcloud-sdk-ruby 0.2.0 → 0.2.1
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/Gemfile.lock +1 -1
- data/lib/tencent_cloud/ocr/v20181119/ocr_client.rb +70 -1
- data/lib/tencent_cloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bef24153252e3be00debe0c3cb2455dbf220d216fa01407e4f88b76cd0dc5048
|
4
|
+
data.tar.gz: 205a092a3b6e25e050ef4dff9429d41db0fd9fc32a635b0e924f951e1a6fa04d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be87d248596703cdb93061174665110371e0af2049121e1c00db44c4d0ca6ca229dfbc680189fb142d4909a96f06bc6badf2e341392d795fe7eca09917e17ea1
|
7
|
+
data.tar.gz: b22b4d67db074a1f81b59ca0604eee9b487d45cf13d916249511ac0078c97d9f36846937c2ae5ee618aa64620210d270ae4dd48097e2a0af5a05c720c51b3c19
|
data/Gemfile.lock
CHANGED
@@ -7,7 +7,7 @@ module TencentCloud
|
|
7
7
|
ENDPOINT = 'ocr.tencentcloudapi.com'
|
8
8
|
SERVICE_NAME = 'ocr'
|
9
9
|
APIS = {
|
10
|
-
####################
|
10
|
+
#################### 通用文字识别相关接口
|
11
11
|
## 通用印刷体识别
|
12
12
|
## https://cloud.tencent.com/document/api/866/33526
|
13
13
|
general_basic_ocr: 'GeneralBasicOCR',
|
@@ -52,6 +52,75 @@ module TencentCloud
|
|
52
52
|
## 名片识别
|
53
53
|
## https://cloud.tencent.com/document/api/866/36214
|
54
54
|
business_card_ocr: 'BusinessCardOCR',
|
55
|
+
|
56
|
+
#################### 票据单据识别相关接口
|
57
|
+
## 运单识别
|
58
|
+
## https://cloud.tencent.com/document/api/866/34934
|
59
|
+
waybill_ocr: 'WaybillOCR',
|
60
|
+
|
61
|
+
## 增值税发票识别
|
62
|
+
## https://cloud.tencent.com/document/api/866/36210
|
63
|
+
vat_invoice_ocr: 'VatInvoiceOCR',
|
64
|
+
|
65
|
+
## 火车票识别
|
66
|
+
## https://cloud.tencent.com/document/api/866/37071
|
67
|
+
train_ticket_ocr: 'TrainTicketOCR',
|
68
|
+
|
69
|
+
## 出租车发票识别
|
70
|
+
## https://cloud.tencent.com/document/api/866/37072
|
71
|
+
taxi_invoice_ocr: 'TaxiInvoiceOCR',
|
72
|
+
|
73
|
+
## 定额发票识别
|
74
|
+
## https://cloud.tencent.com/document/api/866/37073
|
75
|
+
quora_invoice_ocr: 'QuotaInvoiceOCR',
|
76
|
+
|
77
|
+
## 机票行程单识别
|
78
|
+
## https://cloud.tencent.com/document/api/866/37075
|
79
|
+
flight_invoice_ocr: 'FlightInvoiceOCR',
|
80
|
+
|
81
|
+
## 购车发票识别
|
82
|
+
## https://cloud.tencent.com/document/api/866/37076
|
83
|
+
car_invoice_ocr: 'CarInvoiceOCR',
|
84
|
+
|
85
|
+
## 增值税发票(卷票)识别
|
86
|
+
## https://cloud.tencent.com/document/api/866/37832
|
87
|
+
vat_roll_invoice_ocr: 'VatRollInvoiceOCR',
|
88
|
+
|
89
|
+
## 过路过桥费发票识别
|
90
|
+
## https://cloud.tencent.com/document/api/866/37833
|
91
|
+
toll_invoice_ocr: 'TollInvoiceOCR',
|
92
|
+
|
93
|
+
## 轮船票识别
|
94
|
+
## https://cloud.tencent.com/document/api/866/37834
|
95
|
+
ship_invoice_ocr: 'ShipInvoiceOCR',
|
96
|
+
|
97
|
+
## 混贴票据识别
|
98
|
+
## https://cloud.tencent.com/document/api/866/37835
|
99
|
+
mix_invoice_ocr: 'MixedInvoiceOCR',
|
100
|
+
|
101
|
+
## 混贴票据分类
|
102
|
+
## https://cloud.tencent.com/document/api/866/37836
|
103
|
+
mix_invoice_detect: 'MixedInvoiceDetect',
|
104
|
+
|
105
|
+
## 通用机打发票识别
|
106
|
+
## https://cloud.tencent.com/document/api/866/37837
|
107
|
+
invoice_general_ocr: 'InvoiceGeneralOCR',
|
108
|
+
|
109
|
+
## 汽车票识别
|
110
|
+
## https://cloud.tencent.com/document/api/866/37838
|
111
|
+
bus_invoice_ocr: 'BusInvoiceOCR',
|
112
|
+
|
113
|
+
## 完税证明识别
|
114
|
+
## https://cloud.tencent.com/document/api/866/37839
|
115
|
+
duty_paid_proof_ocr: 'DutyPaidProofOCR',
|
116
|
+
|
117
|
+
## 金融票据切片识别
|
118
|
+
## https://cloud.tencent.com/document/api/866/38295
|
119
|
+
finan_bill_slice_ocr: 'FinanBillSliceOCR',
|
120
|
+
|
121
|
+
## 金融票据整单识别
|
122
|
+
## https://cloud.tencent.com/document/api/866/38296
|
123
|
+
finan_bill_ocr: 'FinanBillOCR',
|
55
124
|
}.freeze
|
56
125
|
end
|
57
126
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FengCe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|