tencentcloud-sdk-ocr 3.0.748 → 3.0.750

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8eea3fffbdbfc743ce7bff33e1de83b49236fa6
4
- data.tar.gz: 82136e335d108813147a7c07cc4073d747057596
3
+ metadata.gz: a8721fe8161ef374eae1d4ed02396d0c66b0a38f
4
+ data.tar.gz: 38d5549eb5e6afebd1f0cc507f03699ab0a16f30
5
5
  SHA512:
6
- metadata.gz: 31934d06312b6719b51979277622880dfe0c8e92ea86355fc2266c9388890c573e860597e6540c1002d86534e45fa0fe06e646c9e8fd8d718955006de7e33004
7
- data.tar.gz: 960f62549068e90d41439ac292e53887e74ee4be435a5e8f614442ea89ea35736a38c521a40baad67e5ea8a87621f77c9629f08a5ed071be6abf328879c06a07
6
+ metadata.gz: 4ab8b0b413c52d71750754d7fe3011fb93d01653b557b977290748830ab808a78d640ea31d280c9a39f9bfff64c43f426d5879566b1b9d962d1e4881fc124574
7
+ data.tar.gz: 33f8c85c325f81895de360f8d94cc2c89ddbc3db9061889c78f2be89b4d6ba71c388b3a01c3932ff20015af744c510c79a963725e7985c197b549c6aa08182cd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.748
1
+ 3.0.750
@@ -1457,6 +1457,30 @@ module TencentCloud
1457
1457
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1458
1458
  end
1459
1459
 
1460
+ # 外国人永久居留身份证识别
1461
+
1462
+ # @param request: Request instance for RecognizeForeignPermanentResidentIdCard.
1463
+ # @type request: :class:`Tencentcloud::ocr::V20181119::RecognizeForeignPermanentResidentIdCardRequest`
1464
+ # @rtype: :class:`Tencentcloud::ocr::V20181119::RecognizeForeignPermanentResidentIdCardResponse`
1465
+ def RecognizeForeignPermanentResidentIdCard(request)
1466
+ body = send_request('RecognizeForeignPermanentResidentIdCard', request.serialize)
1467
+ response = JSON.parse(body)
1468
+ if response['Response'].key?('Error') == false
1469
+ model = RecognizeForeignPermanentResidentIdCardResponse.new
1470
+ model.deserialize(response['Response'])
1471
+ model
1472
+ else
1473
+ code = response['Response']['Error']['Code']
1474
+ message = response['Response']['Error']['Message']
1475
+ reqid = response['Response']['RequestId']
1476
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1477
+ end
1478
+ rescue TencentCloud::Common::TencentCloudSDKException => e
1479
+ raise e
1480
+ rescue StandardError => e
1481
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1482
+ end
1483
+
1460
1484
  # 本接口支持 PDF多页(最多30页)、一页中单张、多张、类型票据的混合识别,同时支持单选识别某类票据,已支持票种包括:增值税发票(专票、普票、卷票、区块链发票、通行费发票)、全电发票(专票、普票)、非税发票(通用票据、统一缴纳书)、定额发票、通用机打发票、购车发票(机动车销售发票、二手车发票)、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(机票行程单)、电子发票(铁路电子客票)的第一页识别,并支持非上述类型的其他发票的智能识别,点击[立即试用](https://cloud.tencent.com/product/ocr)。
1461
1485
 
1462
1486
  # 默认接口请求频率限制:5次/秒。
@@ -6716,6 +6716,89 @@ module TencentCloud
6716
6716
  end
6717
6717
  end
6718
6718
 
6719
+ # RecognizeForeignPermanentResidentIdCard请求参数结构体
6720
+ class RecognizeForeignPermanentResidentIdCardRequest < TencentCloud::Common::AbstractModel
6721
+ # @param ImageUrl: 图片的 Url 地址。
6722
+ # 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
6723
+ # 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
6724
+ # 支持的图片像素:需介于20-10000px之间。
6725
+ # 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
6726
+ # 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
6727
+ # 示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
6728
+ # @type ImageUrl: String
6729
+ # @param ImageBase64: 图片的 Base64 值。
6730
+ # 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
6731
+ # 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
6732
+ # 支持的图片像素:需介于20-10000px之间。
6733
+ # 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
6734
+ # @type ImageBase64: String
6735
+ # @param EnablePdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
6736
+ # @type EnablePdf: Boolean
6737
+ # @param PdfPageNumber: 需要识别的PDF页面的对应页码,传入时仅支持PDF单页识别,当上传文件为PDF且EnablePdf参数值为true时有效,默认值为1。
6738
+ # 示例值:1
6739
+ # @type PdfPageNumber: Integer
6740
+
6741
+ attr_accessor :ImageUrl, :ImageBase64, :EnablePdf, :PdfPageNumber
6742
+
6743
+ def initialize(imageurl=nil, imagebase64=nil, enablepdf=nil, pdfpagenumber=nil)
6744
+ @ImageUrl = imageurl
6745
+ @ImageBase64 = imagebase64
6746
+ @EnablePdf = enablepdf
6747
+ @PdfPageNumber = pdfpagenumber
6748
+ end
6749
+
6750
+ def deserialize(params)
6751
+ @ImageUrl = params['ImageUrl']
6752
+ @ImageBase64 = params['ImageBase64']
6753
+ @EnablePdf = params['EnablePdf']
6754
+ @PdfPageNumber = params['PdfPageNumber']
6755
+ end
6756
+ end
6757
+
6758
+ # RecognizeForeignPermanentResidentIdCard返回参数结构体
6759
+ class RecognizeForeignPermanentResidentIdCardResponse < TencentCloud::Common::AbstractModel
6760
+ # @param CnName: 中文姓名。
6761
+ # @type CnName: String
6762
+ # @param EnName: 英文名。
6763
+ # @type EnName: String
6764
+ # @param Sex: 性别。
6765
+ # @type Sex: String
6766
+ # @param DateOfBirth: 出生日期。规范格式为 XXXX年XX月XX日。
6767
+ # @type DateOfBirth: String
6768
+ # @param Nationality: 国籍。
6769
+ # @type Nationality: String
6770
+ # @param PeriodOfValidity: 有效期限。
6771
+ # @type PeriodOfValidity: String
6772
+ # @param No: 证件号码。
6773
+ # @type No: String
6774
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6775
+ # @type RequestId: String
6776
+
6777
+ attr_accessor :CnName, :EnName, :Sex, :DateOfBirth, :Nationality, :PeriodOfValidity, :No, :RequestId
6778
+
6779
+ def initialize(cnname=nil, enname=nil, sex=nil, dateofbirth=nil, nationality=nil, periodofvalidity=nil, no=nil, requestid=nil)
6780
+ @CnName = cnname
6781
+ @EnName = enname
6782
+ @Sex = sex
6783
+ @DateOfBirth = dateofbirth
6784
+ @Nationality = nationality
6785
+ @PeriodOfValidity = periodofvalidity
6786
+ @No = no
6787
+ @RequestId = requestid
6788
+ end
6789
+
6790
+ def deserialize(params)
6791
+ @CnName = params['CnName']
6792
+ @EnName = params['EnName']
6793
+ @Sex = params['Sex']
6794
+ @DateOfBirth = params['DateOfBirth']
6795
+ @Nationality = params['Nationality']
6796
+ @PeriodOfValidity = params['PeriodOfValidity']
6797
+ @No = params['No']
6798
+ @RequestId = params['RequestId']
6799
+ end
6800
+ end
6801
+
6719
6802
  # RecognizeGeneralInvoice请求参数结构体
6720
6803
  class RecognizeGeneralInvoiceRequest < TencentCloud::Common::AbstractModel
6721
6804
  # @param ImageBase64: 图片的 Base64 值。
@@ -7684,7 +7767,7 @@ module TencentCloud
7684
7767
  # 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定
7685
7768
  # 性可能受一定影响。
7686
7769
  # @type ImageUrl: String
7687
- # @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。
7770
+ # @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1。
7688
7771
  # @type PdfPageNumber: Integer
7689
7772
 
7690
7773
  attr_accessor :ImageBase64, :ImageUrl, :PdfPageNumber
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.748
4
+ version: 3.0.750
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-12 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common