tencentcloud-sdk-ocr 3.0.656 → 3.0.658

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: d768eb52a9c883da9f700ecd0cd04ea77c0626d6
4
- data.tar.gz: 6f5e401e9d8c49f09bea5221455d36b87bccee8e
3
+ metadata.gz: d08aec508a2918a7285eed619dfb8a2911d867c8
4
+ data.tar.gz: eedcdebacc0a3825740572c040ec377ca50d9bf0
5
5
  SHA512:
6
- metadata.gz: ba3b4b042de9a61f404614b0d9008b6c031a097de7304347fba37889ea87f54c857f966155f6bb9a7bf440fa4f6c5f017c72854becba2a807ab7e93f18e28b9d
7
- data.tar.gz: d2d3cdccdce4f614c4e44aef3440aff75c9021553dd00413172df79d83af646d591a3378af3b97ba449a79482aff05f0e5bb1c9f7939bed7a97600dd9223adb0
6
+ metadata.gz: 5d316aec14644cac2c5d057dc3d5be878956689b3e8756cc493f26bf7b36bd3658dcebb0a3a895f36aac28b34174a85377ad406a2bf6f4d936df537d1cd2116e
7
+ data.tar.gz: 8ca5247e732c7cc16fa3a5d446737b12f295d15899cdef0587580de709af46f5c21d25336cf0c37919ca6f7bdbebb9ff159dc52593d7c49aff4b8f4cd09d5b4b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.656
1
+ 3.0.658
@@ -1848,7 +1848,7 @@ module TencentCloud
1848
1848
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1849
1849
  end
1850
1850
 
1851
- # 本接口支持中英文图片/PDF内常规表格、无线表格、多表格的检测和识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。识别效果比表格识别V2更好,覆盖场景更加广泛,对表格难例场景,如无线表格、嵌套表格(有线表格中包含无线表格)的识别效果均优于表格识别V2。点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。
1851
+ # 本接口支持中英文图片/PDF内常规表格、无线表格、多表格的检测和识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。识别效果比表格识别V2更好,覆盖场景更加广泛,对表格难例场景,如无线表格、嵌套表格(有线表格中包含无线表格)的识别效果均优于表格识别V2。点击[立即体验](https://cloud.tencent.com/act/event/ocrdemo)。
1852
1852
 
1853
1853
  # 默认接口请求频率限制:2次/秒。
1854
1854
 
@@ -1340,12 +1340,16 @@ module TencentCloud
1340
1340
  # @type State: String
1341
1341
  # @param CumulativeScore: 累积记分(仅电子驾驶证支持返回该字段)
1342
1342
  # @type CumulativeScore: String
1343
+ # @param CurrentTime: 当前时间(仅电子驾驶证支持返回该字段)
1344
+ # @type CurrentTime: String
1345
+ # @param GenerateTime: 生成时间(仅电子驾驶证支持返回该字段)
1346
+ # @type GenerateTime: String
1343
1347
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1344
1348
  # @type RequestId: String
1345
1349
 
1346
- attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :RequestId
1350
+ attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :CurrentTime, :GenerateTime, :RequestId
1347
1351
 
1348
- def initialize(name=nil, sex=nil, nationality=nil, address=nil, dateofbirth=nil, dateoffirstissue=nil, _class=nil, startdate=nil, enddate=nil, cardcode=nil, archivescode=nil, record=nil, recognizewarncode=nil, recognizewarnmsg=nil, issuingauthority=nil, state=nil, cumulativescore=nil, requestid=nil)
1352
+ def initialize(name=nil, sex=nil, nationality=nil, address=nil, dateofbirth=nil, dateoffirstissue=nil, _class=nil, startdate=nil, enddate=nil, cardcode=nil, archivescode=nil, record=nil, recognizewarncode=nil, recognizewarnmsg=nil, issuingauthority=nil, state=nil, cumulativescore=nil, currenttime=nil, generatetime=nil, requestid=nil)
1349
1353
  @Name = name
1350
1354
  @Sex = sex
1351
1355
  @Nationality = nationality
@@ -1363,6 +1367,8 @@ module TencentCloud
1363
1367
  @IssuingAuthority = issuingauthority
1364
1368
  @State = state
1365
1369
  @CumulativeScore = cumulativescore
1370
+ @CurrentTime = currenttime
1371
+ @GenerateTime = generatetime
1366
1372
  @RequestId = requestid
1367
1373
  end
1368
1374
 
@@ -1384,6 +1390,8 @@ module TencentCloud
1384
1390
  @IssuingAuthority = params['IssuingAuthority']
1385
1391
  @State = params['State']
1386
1392
  @CumulativeScore = params['CumulativeScore']
1393
+ @CurrentTime = params['CurrentTime']
1394
+ @GenerateTime = params['GenerateTime']
1387
1395
  @RequestId = params['RequestId']
1388
1396
  end
1389
1397
  end
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.656
4
+ version: 3.0.658
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-11 00:00:00.000000000 Z
11
+ date: 2023-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common