tencentcloud-sdk-nodejs-ocr 4.0.544 → 4.0.546
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.
- package/CHANGELOG.md +396 -0
- package/SERVICE_CHANGELOG.md +415 -178
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/services/ocr/v20181119/ocr_models.ts +72 -72
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -72
|
@@ -529,172 +529,172 @@ export interface VerifyBizLicenseResponse {
|
|
|
529
529
|
/**
|
|
530
530
|
* 状态码
|
|
531
531
|
*/
|
|
532
|
-
ErrorCode
|
|
532
|
+
ErrorCode?: number
|
|
533
533
|
|
|
534
534
|
/**
|
|
535
535
|
* 统一社会信用代码
|
|
536
536
|
*/
|
|
537
|
-
CreditCode
|
|
537
|
+
CreditCode?: string
|
|
538
538
|
|
|
539
539
|
/**
|
|
540
540
|
* 组织机构代码
|
|
541
541
|
*/
|
|
542
|
-
OrgCode
|
|
542
|
+
OrgCode?: string
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
545
|
* 经营期限自(YYYY-MM-DD)
|
|
546
546
|
*/
|
|
547
|
-
OpenFrom
|
|
547
|
+
OpenFrom?: string
|
|
548
548
|
|
|
549
549
|
/**
|
|
550
550
|
* 经营期限至(YYYY-MM-DD)
|
|
551
551
|
*/
|
|
552
|
-
OpenTo
|
|
552
|
+
OpenTo?: string
|
|
553
553
|
|
|
554
554
|
/**
|
|
555
555
|
* 法人姓名
|
|
556
556
|
*/
|
|
557
|
-
FrName
|
|
557
|
+
FrName?: string
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
560
|
* 经营状态,包括:成立、筹建、存续、在营、开业、在册、正常经营、开业登记中、登记成立、撤销、撤销登记、非正常户、告解、个体暂时吊销、个体转企业、吊销(未注销)、拟注销、已注销、(待)迁入、(待)迁出、停业、歇业、清算等。
|
|
561
561
|
*/
|
|
562
|
-
EnterpriseStatus
|
|
562
|
+
EnterpriseStatus?: string
|
|
563
563
|
|
|
564
564
|
/**
|
|
565
565
|
* 经营(业务)范围及方式
|
|
566
566
|
*/
|
|
567
|
-
OperateScopeAndForm
|
|
567
|
+
OperateScopeAndForm?: string
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
570
|
* 注册资金(单位:万元)
|
|
571
571
|
*/
|
|
572
|
-
RegCap
|
|
572
|
+
RegCap?: string
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* 注册币种
|
|
576
576
|
*/
|
|
577
|
-
RegCapCur
|
|
577
|
+
RegCapCur?: string
|
|
578
578
|
|
|
579
579
|
/**
|
|
580
580
|
* 登记机关
|
|
581
581
|
*/
|
|
582
|
-
RegOrg
|
|
582
|
+
RegOrg?: string
|
|
583
583
|
|
|
584
584
|
/**
|
|
585
585
|
* 开业日期(YYYY-MM-DD)
|
|
586
586
|
*/
|
|
587
|
-
EsDate
|
|
587
|
+
EsDate?: string
|
|
588
588
|
|
|
589
589
|
/**
|
|
590
590
|
* 企业(机构)类型
|
|
591
591
|
*/
|
|
592
|
-
EnterpriseType
|
|
592
|
+
EnterpriseType?: string
|
|
593
593
|
|
|
594
594
|
/**
|
|
595
595
|
* 注销日期
|
|
596
596
|
*/
|
|
597
|
-
CancelDate
|
|
597
|
+
CancelDate?: string
|
|
598
598
|
|
|
599
599
|
/**
|
|
600
600
|
* 吊销日期
|
|
601
601
|
*/
|
|
602
|
-
RevokeDate
|
|
602
|
+
RevokeDate?: string
|
|
603
603
|
|
|
604
604
|
/**
|
|
605
605
|
* 许可经营项目
|
|
606
606
|
*/
|
|
607
|
-
AbuItem
|
|
607
|
+
AbuItem?: string
|
|
608
608
|
|
|
609
609
|
/**
|
|
610
610
|
* 一般经营项目
|
|
611
611
|
*/
|
|
612
|
-
CbuItem
|
|
612
|
+
CbuItem?: string
|
|
613
613
|
|
|
614
614
|
/**
|
|
615
615
|
* 核准时间
|
|
616
616
|
*/
|
|
617
|
-
ApprDate
|
|
617
|
+
ApprDate?: string
|
|
618
618
|
|
|
619
619
|
/**
|
|
620
620
|
* 省(返回空值)
|
|
621
621
|
*/
|
|
622
|
-
Province
|
|
622
|
+
Province?: string
|
|
623
623
|
|
|
624
624
|
/**
|
|
625
625
|
* 地级市(返回空值)
|
|
626
626
|
*/
|
|
627
|
-
City
|
|
627
|
+
City?: string
|
|
628
628
|
|
|
629
629
|
/**
|
|
630
630
|
* 区\县(返回空值)
|
|
631
631
|
*/
|
|
632
|
-
County
|
|
632
|
+
County?: string
|
|
633
633
|
|
|
634
634
|
/**
|
|
635
635
|
* 住所所在行政区划代码(返回空值)
|
|
636
636
|
*/
|
|
637
|
-
AreaCode
|
|
637
|
+
AreaCode?: string
|
|
638
638
|
|
|
639
639
|
/**
|
|
640
640
|
* 行业门类代码(返回空值)
|
|
641
641
|
*/
|
|
642
|
-
IndustryPhyCode
|
|
642
|
+
IndustryPhyCode?: string
|
|
643
643
|
|
|
644
644
|
/**
|
|
645
645
|
* 行业门类名称(返回空值)
|
|
646
646
|
*/
|
|
647
|
-
IndustryPhyName
|
|
647
|
+
IndustryPhyName?: string
|
|
648
648
|
|
|
649
649
|
/**
|
|
650
650
|
* 国民经济行业代码(返回空值)
|
|
651
651
|
*/
|
|
652
|
-
IndustryCode
|
|
652
|
+
IndustryCode?: string
|
|
653
653
|
|
|
654
654
|
/**
|
|
655
655
|
* 国民经济行业名称(返回空值)
|
|
656
656
|
*/
|
|
657
|
-
IndustryName
|
|
657
|
+
IndustryName?: string
|
|
658
658
|
|
|
659
659
|
/**
|
|
660
660
|
* 经营(业务)范围
|
|
661
661
|
*/
|
|
662
|
-
OperateScope
|
|
662
|
+
OperateScope?: string
|
|
663
663
|
|
|
664
664
|
/**
|
|
665
665
|
* 要核验的工商注册号
|
|
666
666
|
*/
|
|
667
|
-
VerifyRegNo
|
|
667
|
+
VerifyRegNo?: string
|
|
668
668
|
|
|
669
669
|
/**
|
|
670
670
|
* 工商注册号
|
|
671
671
|
*/
|
|
672
|
-
RegNo
|
|
672
|
+
RegNo?: string
|
|
673
673
|
|
|
674
674
|
/**
|
|
675
675
|
* 要核验的企业名称
|
|
676
676
|
*/
|
|
677
|
-
VerifyEnterpriseName
|
|
677
|
+
VerifyEnterpriseName?: string
|
|
678
678
|
|
|
679
679
|
/**
|
|
680
680
|
* 企业名称
|
|
681
681
|
*/
|
|
682
|
-
EnterpriseName
|
|
682
|
+
EnterpriseName?: string
|
|
683
683
|
|
|
684
684
|
/**
|
|
685
685
|
* 要核验的注册地址
|
|
686
686
|
*/
|
|
687
|
-
VerifyAddress
|
|
687
|
+
VerifyAddress?: string
|
|
688
688
|
|
|
689
689
|
/**
|
|
690
690
|
* 注册地址
|
|
691
691
|
*/
|
|
692
|
-
Address
|
|
692
|
+
Address?: string
|
|
693
693
|
|
|
694
694
|
/**
|
|
695
695
|
* 验证结果
|
|
696
696
|
*/
|
|
697
|
-
RegNumResult
|
|
697
|
+
RegNumResult?: BizLicenseVerifyResult
|
|
698
698
|
|
|
699
699
|
/**
|
|
700
700
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1666,22 +1666,22 @@ export interface RecognizeTableOCRResponse {
|
|
|
1666
1666
|
/**
|
|
1667
1667
|
* 检测到的文本信息,具体内容请点击左侧链接。
|
|
1668
1668
|
*/
|
|
1669
|
-
TableDetections
|
|
1669
|
+
TableDetections?: Array<TableDetectInfo>
|
|
1670
1670
|
|
|
1671
1671
|
/**
|
|
1672
1672
|
* Base64 编码后的 Excel 数据。
|
|
1673
1673
|
*/
|
|
1674
|
-
Data
|
|
1674
|
+
Data?: string
|
|
1675
1675
|
|
|
1676
1676
|
/**
|
|
1677
1677
|
* 图片为PDF时,返回PDF的总页数,默认为0
|
|
1678
1678
|
*/
|
|
1679
|
-
PdfPageSize
|
|
1679
|
+
PdfPageSize?: number
|
|
1680
1680
|
|
|
1681
1681
|
/**
|
|
1682
1682
|
* 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
|
|
1683
1683
|
*/
|
|
1684
|
-
Angle
|
|
1684
|
+
Angle?: number
|
|
1685
1685
|
|
|
1686
1686
|
/**
|
|
1687
1687
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2181,12 +2181,12 @@ export interface ArithmeticOCRResponse {
|
|
|
2181
2181
|
/**
|
|
2182
2182
|
* 检测到的文本信息,具体内容请点击左侧链接。
|
|
2183
2183
|
*/
|
|
2184
|
-
TextDetections
|
|
2184
|
+
TextDetections?: Array<TextArithmetic>
|
|
2185
2185
|
|
|
2186
2186
|
/**
|
|
2187
2187
|
* 图片横屏的角度(90度或270度)
|
|
2188
2188
|
*/
|
|
2189
|
-
Angle
|
|
2189
|
+
Angle?: number
|
|
2190
2190
|
|
|
2191
2191
|
/**
|
|
2192
2192
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3298,22 +3298,22 @@ export interface VatInvoiceVerifyNewResponse {
|
|
|
3298
3298
|
/**
|
|
3299
3299
|
* 增值税发票信息,详情请点击左侧链接。
|
|
3300
3300
|
*/
|
|
3301
|
-
Invoice
|
|
3301
|
+
Invoice?: VatInvoice
|
|
3302
3302
|
|
|
3303
3303
|
/**
|
|
3304
3304
|
* 机动车销售统一发票信息
|
|
3305
3305
|
*/
|
|
3306
|
-
VehicleInvoiceInfo
|
|
3306
|
+
VehicleInvoiceInfo?: VehicleInvoiceInfo
|
|
3307
3307
|
|
|
3308
3308
|
/**
|
|
3309
3309
|
* 二手车销售统一发票信息
|
|
3310
3310
|
*/
|
|
3311
|
-
UsedVehicleInvoiceInfo
|
|
3311
|
+
UsedVehicleInvoiceInfo?: UsedVehicleInvoiceInfo
|
|
3312
3312
|
|
|
3313
3313
|
/**
|
|
3314
3314
|
* 通行费发票信息
|
|
3315
3315
|
*/
|
|
3316
|
-
PassInvoiceInfoList
|
|
3316
|
+
PassInvoiceInfoList?: Array<PassInvoiceInfo>
|
|
3317
3317
|
|
|
3318
3318
|
/**
|
|
3319
3319
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3865,92 +3865,92 @@ export interface VerifyBasicBizLicenseResponse {
|
|
|
3865
3865
|
/**
|
|
3866
3866
|
* 状态码,成功时返回0
|
|
3867
3867
|
*/
|
|
3868
|
-
ErrorCode
|
|
3868
|
+
ErrorCode?: number
|
|
3869
3869
|
|
|
3870
3870
|
/**
|
|
3871
3871
|
* 统一社会信用代码
|
|
3872
3872
|
*/
|
|
3873
|
-
CreditCode
|
|
3873
|
+
CreditCode?: string
|
|
3874
3874
|
|
|
3875
3875
|
/**
|
|
3876
3876
|
* 经营期限自(YYYY-MM-DD)
|
|
3877
3877
|
*/
|
|
3878
|
-
Opfrom
|
|
3878
|
+
Opfrom?: string
|
|
3879
3879
|
|
|
3880
3880
|
/**
|
|
3881
3881
|
* 经营期限至(YYYY-MM-DD)
|
|
3882
3882
|
*/
|
|
3883
|
-
Opto
|
|
3883
|
+
Opto?: string
|
|
3884
3884
|
|
|
3885
3885
|
/**
|
|
3886
3886
|
* 法人姓名
|
|
3887
3887
|
*/
|
|
3888
|
-
Frname
|
|
3888
|
+
Frname?: string
|
|
3889
3889
|
|
|
3890
3890
|
/**
|
|
3891
3891
|
* 经营状态,包括:成立、筹建、存续、在营、开业、在册、正常经营、开业登记中、登记成立、撤销、撤销登记、非正常户、告解、个体暂时吊销、个体转企业、吊销(未注销)、拟注销、已注销、(待)迁入、(待)迁出、停业、歇业、清算等。
|
|
3892
3892
|
*/
|
|
3893
|
-
Entstatus
|
|
3893
|
+
Entstatus?: string
|
|
3894
3894
|
|
|
3895
3895
|
/**
|
|
3896
3896
|
* 经营业务范围
|
|
3897
3897
|
*/
|
|
3898
|
-
Zsopscope
|
|
3898
|
+
Zsopscope?: string
|
|
3899
3899
|
|
|
3900
3900
|
/**
|
|
3901
3901
|
* 查询的状态信息
|
|
3902
3902
|
*/
|
|
3903
|
-
Reason
|
|
3903
|
+
Reason?: string
|
|
3904
3904
|
|
|
3905
3905
|
/**
|
|
3906
3906
|
* 原注册号
|
|
3907
3907
|
*/
|
|
3908
|
-
Oriregno
|
|
3908
|
+
Oriregno?: string
|
|
3909
3909
|
|
|
3910
3910
|
/**
|
|
3911
3911
|
* 要核验的工商注册号
|
|
3912
3912
|
*/
|
|
3913
|
-
VerifyRegno
|
|
3913
|
+
VerifyRegno?: string
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* 工商注册号
|
|
3917
3917
|
*/
|
|
3918
|
-
Regno
|
|
3918
|
+
Regno?: string
|
|
3919
3919
|
|
|
3920
3920
|
/**
|
|
3921
3921
|
* 要核验的企业名称
|
|
3922
3922
|
*/
|
|
3923
|
-
VerifyEntname
|
|
3923
|
+
VerifyEntname?: string
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
3926
|
* 企业名称
|
|
3927
3927
|
*/
|
|
3928
|
-
Entname
|
|
3928
|
+
Entname?: string
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
3931
|
* 要核验的住址
|
|
3932
3932
|
*/
|
|
3933
|
-
VerifyDom
|
|
3933
|
+
VerifyDom?: string
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* 住址
|
|
3937
3937
|
*/
|
|
3938
|
-
Dom
|
|
3938
|
+
Dom?: string
|
|
3939
3939
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* 验证结果
|
|
3942
3942
|
*/
|
|
3943
|
-
RegNumResult
|
|
3943
|
+
RegNumResult?: BizLicenseVerifyResult
|
|
3944
3944
|
|
|
3945
3945
|
/**
|
|
3946
3946
|
* 注册资本(单位:万元),只有输入参数regCapital为1的时候才输出
|
|
3947
3947
|
*/
|
|
3948
|
-
RegCapital
|
|
3948
|
+
RegCapital?: string
|
|
3949
3949
|
|
|
3950
3950
|
/**
|
|
3951
3951
|
* 成立/注册日期,只有输入参数EstablishTime为true时展示,默认为空
|
|
3952
3952
|
*/
|
|
3953
|
-
EstablishTime
|
|
3953
|
+
EstablishTime?: string
|
|
3954
3954
|
|
|
3955
3955
|
/**
|
|
3956
3956
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4494,17 +4494,17 @@ export interface VatInvoiceVerifyResponse {
|
|
|
4494
4494
|
/**
|
|
4495
4495
|
* 增值税发票信息,详情请点击左侧链接。
|
|
4496
4496
|
*/
|
|
4497
|
-
Invoice
|
|
4497
|
+
Invoice?: VatInvoice
|
|
4498
4498
|
|
|
4499
4499
|
/**
|
|
4500
4500
|
* 机动车销售统一发票信息
|
|
4501
4501
|
*/
|
|
4502
|
-
VehicleInvoiceInfo
|
|
4502
|
+
VehicleInvoiceInfo?: VehicleInvoiceInfo
|
|
4503
4503
|
|
|
4504
4504
|
/**
|
|
4505
4505
|
* 二手车销售统一发票信息
|
|
4506
4506
|
*/
|
|
4507
|
-
UsedVehicleInvoiceInfo
|
|
4507
|
+
UsedVehicleInvoiceInfo?: UsedVehicleInvoiceInfo
|
|
4508
4508
|
|
|
4509
4509
|
/**
|
|
4510
4510
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5247,22 +5247,22 @@ export interface SealOCRResponse {
|
|
|
5247
5247
|
/**
|
|
5248
5248
|
* 印章内容
|
|
5249
5249
|
*/
|
|
5250
|
-
SealBody
|
|
5250
|
+
SealBody?: string
|
|
5251
5251
|
|
|
5252
5252
|
/**
|
|
5253
5253
|
* 印章坐标
|
|
5254
5254
|
*/
|
|
5255
|
-
Location
|
|
5255
|
+
Location?: Rect
|
|
5256
5256
|
|
|
5257
5257
|
/**
|
|
5258
5258
|
* 其它文本内容
|
|
5259
5259
|
*/
|
|
5260
|
-
OtherTexts
|
|
5260
|
+
OtherTexts?: Array<string>
|
|
5261
5261
|
|
|
5262
5262
|
/**
|
|
5263
5263
|
* 全部印章信息
|
|
5264
5264
|
*/
|
|
5265
|
-
SealInfos
|
|
5265
|
+
SealInfos?: Array<SealInfo>
|
|
5266
5266
|
|
|
5267
5267
|
/**
|
|
5268
5268
|
* 印章类型,表示为:
|
|
@@ -5272,7 +5272,7 @@ export interface SealOCRResponse {
|
|
|
5272
5272
|
菱形印章:3
|
|
5273
5273
|
三角形印章:4
|
|
5274
5274
|
*/
|
|
5275
|
-
SealShape
|
|
5275
|
+
SealShape?: string
|
|
5276
5276
|
|
|
5277
5277
|
/**
|
|
5278
5278
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7846,14 +7846,14 @@ export interface VerifyEnterpriseFourFactorsResponse {
|
|
|
7846
7846
|
/**
|
|
7847
7847
|
* 核验一致性(1:一致,2:不一致,3:查询无记录)
|
|
7848
7848
|
*/
|
|
7849
|
-
State
|
|
7849
|
+
State?: number
|
|
7850
7850
|
|
|
7851
7851
|
/**
|
|
7852
7852
|
* 核验结果明细,7:企业法人/负责人,6:企业股东,5:企
|
|
7853
7853
|
业管理人员,-21:企业名称与企业标识不符,-22:姓名不一致,-23:证件号码不一致,-24:企业名称不一致,-25:企业标识不一致
|
|
7854
7854
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7855
7855
|
*/
|
|
7856
|
-
Detail
|
|
7856
|
+
Detail?: Detail
|
|
7857
7857
|
|
|
7858
7858
|
/**
|
|
7859
7859
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|