tencentcloud-sdk-nodejs-ocr 4.1.98 → 4.1.99
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/package.json
CHANGED
|
@@ -454,7 +454,7 @@ export interface ExtractDocMultiRequest {
|
|
|
454
454
|
/**
|
|
455
455
|
* 配置id支持:
|
|
456
456
|
General -- 通用场景
|
|
457
|
-
InvoiceEng -- 国际invoice
|
|
457
|
+
InvoiceEng -- 国际invoice模板
|
|
458
458
|
WayBillEng --海运订单模板
|
|
459
459
|
CustomsDeclaration -- 进出口报关单
|
|
460
460
|
WeightNote -- 磅单
|
|
@@ -464,12 +464,12 @@ export interface ExtractDocMultiRequest {
|
|
|
464
464
|
Statement -- 对账单识别模板
|
|
465
465
|
BookingConfirmation -- 配舱通知书识别模板
|
|
466
466
|
AirWayBill -- 航空运单识别模板
|
|
467
|
-
Table --
|
|
467
|
+
Table -- 表格模板
|
|
468
468
|
SteelLabel -- 实物标签识别模板
|
|
469
469
|
CarInsurance -- 车辆保险单识别模板
|
|
470
470
|
MultiRealEstateCertificate -- 房产材料识别模板
|
|
471
471
|
MultiRealEstateMaterial -- 房产证明识别模板
|
|
472
|
-
HongKongUtilityBill --
|
|
472
|
+
HongKongUtilityBill -- 中国香港水电煤单识别模板
|
|
473
473
|
*/
|
|
474
474
|
ConfigId?: string;
|
|
475
475
|
/**
|
|
@@ -481,7 +481,7 @@ export interface ExtractDocMultiRequest {
|
|
|
481
481
|
*/
|
|
482
482
|
OutputParentKey?: boolean;
|
|
483
483
|
/**
|
|
484
|
-
*
|
|
484
|
+
* 模板的单个属性配置
|
|
485
485
|
*/
|
|
486
486
|
ConfigAdvanced?: ConfigAdvanced;
|
|
487
487
|
/**
|
|
@@ -627,7 +627,7 @@ export interface ExtractDocMultiProRequest {
|
|
|
627
627
|
*/
|
|
628
628
|
OutputParentKey?: boolean;
|
|
629
629
|
/**
|
|
630
|
-
*
|
|
630
|
+
* 模板的单个属性配置
|
|
631
631
|
*/
|
|
632
632
|
ConfigAdvanced?: ConfigAdvanced;
|
|
633
633
|
}
|
|
@@ -3856,7 +3856,7 @@ export interface ExtractDocBasicRequest {
|
|
|
3856
3856
|
RideHailingTransportLicense -- 网约车运输证
|
|
3857
3857
|
WayBill -- 快递运单
|
|
3858
3858
|
AccountOpeningPermit -- 银行开户许可证
|
|
3859
|
-
InvoiceEng --
|
|
3859
|
+
InvoiceEng -- 国际发票模板
|
|
3860
3860
|
Coin --钱币识别模板
|
|
3861
3861
|
OnboardingDocuments -- 入职材料识别
|
|
3862
3862
|
PropertyOwnershipCertificate -- 房产证识别
|
|
@@ -6520,6 +6520,10 @@ export interface GeneralAccurateOCRRequest {
|
|
|
6520
6520
|
* 文本检测开关,默认为true。设置为false可直接进行单行识别,适用于仅包含正向单行文本的图片场景。
|
|
6521
6521
|
*/
|
|
6522
6522
|
EnableDetectText?: boolean;
|
|
6523
|
+
/**
|
|
6524
|
+
* 配置ID支持: OCR -- 通用场景 MulOCR--多语种场景
|
|
6525
|
+
*/
|
|
6526
|
+
ConfigID?: string;
|
|
6523
6527
|
}
|
|
6524
6528
|
/**
|
|
6525
6529
|
* OrgCodeCertOCR请求参数结构体
|
|
@@ -7554,12 +7558,12 @@ export interface HandwritingEssayOCRRequest {
|
|
|
7554
7558
|
PdfPageNumber?: number;
|
|
7555
7559
|
/**
|
|
7556
7560
|
* 配置id支持:
|
|
7557
|
-
ArticleRecognize --
|
|
7561
|
+
ArticleRecognize -- 手写作文模板
|
|
7558
7562
|
默认:ArticleRecognize
|
|
7559
7563
|
*/
|
|
7560
7564
|
ConfigId?: string;
|
|
7561
7565
|
/**
|
|
7562
|
-
*
|
|
7566
|
+
* 模板的单个属性配置
|
|
7563
7567
|
*/
|
|
7564
7568
|
Scene?: string;
|
|
7565
7569
|
}
|