@huaweicloud/huaweicloud-sdk-ocr
Advanced tools
Comparing version 3.0.46-rc to 3.0.47-rc
{ | ||
"name": "@huaweicloud/huaweicloud-sdk-ocr", | ||
"version": "3.0.46-rc", | ||
"version": "3.0.47-rc", | ||
"description": "Huaweicloud SDK for ocr", | ||
@@ -17,4 +17,4 @@ "main": "huaweicloud-sdk-ocr.js", | ||
"dependencies": { | ||
"@huaweicloud/huaweicloud-sdk-core": "^3.0.46-rc" | ||
"@huaweicloud/huaweicloud-sdk-core": "^3.0.47-rc" | ||
} | ||
} |
@@ -11,2 +11,4 @@ import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient"; | ||
import { RecognizeBusinessLicenseResponse } from './model/RecognizeBusinessLicenseResponse'; | ||
import { RecognizeCambodianIdCardRequest } from './model/RecognizeCambodianIdCardRequest'; | ||
import { RecognizeCambodianIdCardResponse } from './model/RecognizeCambodianIdCardResponse'; | ||
import { RecognizeChileIdCardRequest } from './model/RecognizeChileIdCardRequest'; | ||
@@ -16,2 +18,4 @@ import { RecognizeChileIdCardResponse } from './model/RecognizeChileIdCardResponse'; | ||
import { RecognizeDriverLicenseResponse } from './model/RecognizeDriverLicenseResponse'; | ||
import { RecognizeExitEntryPermitRequest } from './model/RecognizeExitEntryPermitRequest'; | ||
import { RecognizeExitEntryPermitResponse } from './model/RecognizeExitEntryPermitResponse'; | ||
import { RecognizeFinancialStatementRequest } from './model/RecognizeFinancialStatementRequest'; | ||
@@ -29,2 +33,4 @@ import { RecognizeFinancialStatementResponse } from './model/RecognizeFinancialStatementResponse'; | ||
import { RecognizeHealthCodeResponse } from './model/RecognizeHealthCodeResponse'; | ||
import { RecognizeHkIdCardRequest } from './model/RecognizeHkIdCardRequest'; | ||
import { RecognizeHkIdCardResponse } from './model/RecognizeHkIdCardResponse'; | ||
import { RecognizeIdCardRequest } from './model/RecognizeIdCardRequest'; | ||
@@ -40,2 +46,4 @@ import { RecognizeIdCardResponse } from './model/RecognizeIdCardResponse'; | ||
import { RecognizeLicensePlateResponse } from './model/RecognizeLicensePlateResponse'; | ||
import { RecognizeMainlandTravelPermitRequest } from './model/RecognizeMainlandTravelPermitRequest'; | ||
import { RecognizeMainlandTravelPermitResponse } from './model/RecognizeMainlandTravelPermitResponse'; | ||
import { RecognizeMvsInvoiceRequest } from './model/RecognizeMvsInvoiceRequest'; | ||
@@ -143,2 +151,14 @@ import { RecognizeMvsInvoiceResponse } from './model/RecognizeMvsInvoiceResponse'; | ||
/** | ||
* 识别柬文身份证图片中的文字内容,并将识别的结构化结果返回给用户。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
* | ||
* @summary 柬文身份证识别 | ||
* @param {CambodianIdCardRequestBody} cambodianIdCardRequestBody This is a Cambodian ID Card OCR Body Object | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
recognizeCambodianIdCard(recognizeCambodianIdCardRequest?: RecognizeCambodianIdCardRequest): Promise<RecognizeCambodianIdCardResponse>; | ||
/** | ||
* 识别智利身份证图片中的文字内容,并返回识别的结构化结果。 | ||
@@ -172,2 +192,14 @@ * | ||
/** | ||
* 识别往来港澳台证件图片中的文字内容,并将识别的结构化结果返回给用户。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
* | ||
* @summary 往来港澳台通行证识别 | ||
* @param {ExitEntryPermitRequestBody} exitEntryPermitRequestBody This is a Exit-Entry Permit for Traveling to and from Hong Kong, Macao, and Taiwan Body Object | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
recognizeExitEntryPermit(recognizeExitEntryPermitRequest?: RecognizeExitEntryPermitRequest): Promise<RecognizeExitEntryPermitResponse>; | ||
/** | ||
* 识别用户上传的表格图片中的文字内容,并将识别的结果返回给用户。 | ||
@@ -249,2 +281,14 @@ * | ||
/** | ||
* 识别香港身份证中的文字内容,并将识别的结果返回给用户。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
* | ||
* @summary 香港身份证识别 | ||
* @param {HkIdCardRequestBody} hkIdCardRequestBody This is a hk id card Body Object | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
recognizeHkIdCard(recognizeHkIdCardRequest?: RecognizeHkIdCardRequest): Promise<RecognizeHkIdCardResponse>; | ||
/** | ||
* 识别身份证图片中的文字内容,并将识别的结果返回给用户。 | ||
@@ -333,2 +377,14 @@ * | ||
/** | ||
* 识别港澳居民来往内地通行证上的文字内容,并将识别的结构化结果返回给用户。支持港澳居民来往内地通行证和台湾居民来往内地通行证两种卡证。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
* | ||
* @summary 港澳台居民来往内地通行证识别 | ||
* @param {MainlandTravelPermitRequestBody} mainlandTravelPermitRequestBody This is a Mainland Travel Permit for Hong Kong, Macao, and Taiwan Residents Body Object | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
recognizeMainlandTravelPermit(recognizeMainlandTravelPermitRequest?: RecognizeMainlandTravelPermitRequest): Promise<RecognizeMainlandTravelPermitResponse>; | ||
/** | ||
* 识别机动车销售发票图片中的文字内容,并将识别的结果返回给用户。 | ||
@@ -666,2 +722,17 @@ * | ||
/** | ||
* 识别柬文身份证图片中的文字内容,并将识别的结构化结果返回给用户。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
*/ | ||
recognizeCambodianIdCard(recognizeCambodianIdCardRequest?: RecognizeCambodianIdCardRequest): { | ||
method: string; | ||
url: string; | ||
contentType: string; | ||
queryParams: {}; | ||
pathParams: {}; | ||
headers: {}; | ||
data: {}; | ||
}; | ||
/** | ||
* 识别智利身份证图片中的文字内容,并返回识别的结构化结果。 | ||
@@ -701,2 +772,17 @@ * | ||
/** | ||
* 识别往来港澳台证件图片中的文字内容,并将识别的结构化结果返回给用户。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
*/ | ||
recognizeExitEntryPermit(recognizeExitEntryPermitRequest?: RecognizeExitEntryPermitRequest): { | ||
method: string; | ||
url: string; | ||
contentType: string; | ||
queryParams: {}; | ||
pathParams: {}; | ||
headers: {}; | ||
data: {}; | ||
}; | ||
/** | ||
* 识别用户上传的表格图片中的文字内容,并将识别的结果返回给用户。 | ||
@@ -796,2 +882,17 @@ * | ||
/** | ||
* 识别香港身份证中的文字内容,并将识别的结果返回给用户。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
*/ | ||
recognizeHkIdCard(recognizeHkIdCardRequest?: RecognizeHkIdCardRequest): { | ||
method: string; | ||
url: string; | ||
contentType: string; | ||
queryParams: {}; | ||
pathParams: {}; | ||
headers: {}; | ||
data: {}; | ||
}; | ||
/** | ||
* 识别身份证图片中的文字内容,并将识别的结果返回给用户。 | ||
@@ -895,2 +996,17 @@ * | ||
/** | ||
* 识别港澳居民来往内地通行证上的文字内容,并将识别的结构化结果返回给用户。支持港澳居民来往内地通行证和台湾居民来往内地通行证两种卡证。 | ||
* | ||
* 详细说明请参考华为云API Explorer。 | ||
* Please refer to Huawei cloud API Explorer for details. | ||
*/ | ||
recognizeMainlandTravelPermit(recognizeMainlandTravelPermitRequest?: RecognizeMainlandTravelPermitRequest): { | ||
method: string; | ||
url: string; | ||
contentType: string; | ||
queryParams: {}; | ||
pathParams: {}; | ||
headers: {}; | ||
data: {}; | ||
}; | ||
/** | ||
* 识别机动车销售发票图片中的文字内容,并将识别的结果返回给用户。 | ||
@@ -897,0 +1013,0 @@ * |
@@ -12,2 +12,3 @@ export * from './OcrClient'; | ||
export * from './model/BusinessLicenseResult'; | ||
export * from './model/CambodianIdCardRequestBody'; | ||
export * from './model/ChileIdCardConfidence'; | ||
@@ -18,2 +19,3 @@ export * from './model/ChileIdCardRequestBody'; | ||
export * from './model/DriverLicenseResult'; | ||
export * from './model/ExitEntryPermitRequestBody'; | ||
export * from './model/ExtraInfoList'; | ||
@@ -39,2 +41,3 @@ export * from './model/FinancialStatementRequestBody'; | ||
export * from './model/HealthCodeWordsBlockList'; | ||
export * from './model/HkIdCardRequestBody'; | ||
export * from './model/IdCardRequestBody'; | ||
@@ -54,2 +57,3 @@ export * from './model/IdCardResult'; | ||
export * from './model/LicensePlateResult'; | ||
export * from './model/MainlandTravelPermitRequestBody'; | ||
export * from './model/MvsInvoiceRequestBody'; | ||
@@ -84,2 +88,4 @@ export * from './model/MvsInvoiceResult'; | ||
export * from './model/RecognizeBusinessLicenseResponse'; | ||
export * from './model/RecognizeCambodianIdCardRequest'; | ||
export * from './model/RecognizeCambodianIdCardResponse'; | ||
export * from './model/RecognizeChileIdCardRequest'; | ||
@@ -89,2 +95,4 @@ export * from './model/RecognizeChileIdCardResponse'; | ||
export * from './model/RecognizeDriverLicenseResponse'; | ||
export * from './model/RecognizeExitEntryPermitRequest'; | ||
export * from './model/RecognizeExitEntryPermitResponse'; | ||
export * from './model/RecognizeFinancialStatementRequest'; | ||
@@ -102,2 +110,4 @@ export * from './model/RecognizeFinancialStatementResponse'; | ||
export * from './model/RecognizeHealthCodeResponse'; | ||
export * from './model/RecognizeHkIdCardRequest'; | ||
export * from './model/RecognizeHkIdCardResponse'; | ||
export * from './model/RecognizeIdCardRequest'; | ||
@@ -113,2 +123,4 @@ export * from './model/RecognizeIdCardResponse'; | ||
export * from './model/RecognizeLicensePlateResponse'; | ||
export * from './model/RecognizeMainlandTravelPermitRequest'; | ||
export * from './model/RecognizeMainlandTravelPermitResponse'; | ||
export * from './model/RecognizeMvsInvoiceRequest'; | ||
@@ -115,0 +127,0 @@ export * from './model/RecognizeMvsInvoiceResponse'; |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./model/BusinessLicenseResult"), exports); | ||
__exportStar(require("./model/CambodianIdCardRequestBody"), exports); | ||
__exportStar(require("./model/ChileIdCardConfidence"), exports); | ||
@@ -34,2 +35,3 @@ __exportStar(require("./model/ChileIdCardRequestBody"), exports); | ||
__exportStar(require("./model/DriverLicenseResult"), exports); | ||
__exportStar(require("./model/ExitEntryPermitRequestBody"), exports); | ||
__exportStar(require("./model/ExtraInfoList"), exports); | ||
@@ -55,2 +57,3 @@ __exportStar(require("./model/FinancialStatementRequestBody"), exports); | ||
__exportStar(require("./model/HealthCodeWordsBlockList"), exports); | ||
__exportStar(require("./model/HkIdCardRequestBody"), exports); | ||
__exportStar(require("./model/IdCardRequestBody"), exports); | ||
@@ -70,2 +73,3 @@ __exportStar(require("./model/IdCardResult"), exports); | ||
__exportStar(require("./model/LicensePlateResult"), exports); | ||
__exportStar(require("./model/MainlandTravelPermitRequestBody"), exports); | ||
__exportStar(require("./model/MvsInvoiceRequestBody"), exports); | ||
@@ -100,2 +104,4 @@ __exportStar(require("./model/MvsInvoiceResult"), exports); | ||
__exportStar(require("./model/RecognizeBusinessLicenseResponse"), exports); | ||
__exportStar(require("./model/RecognizeCambodianIdCardRequest"), exports); | ||
__exportStar(require("./model/RecognizeCambodianIdCardResponse"), exports); | ||
__exportStar(require("./model/RecognizeChileIdCardRequest"), exports); | ||
@@ -105,2 +111,4 @@ __exportStar(require("./model/RecognizeChileIdCardResponse"), exports); | ||
__exportStar(require("./model/RecognizeDriverLicenseResponse"), exports); | ||
__exportStar(require("./model/RecognizeExitEntryPermitRequest"), exports); | ||
__exportStar(require("./model/RecognizeExitEntryPermitResponse"), exports); | ||
__exportStar(require("./model/RecognizeFinancialStatementRequest"), exports); | ||
@@ -118,2 +126,4 @@ __exportStar(require("./model/RecognizeFinancialStatementResponse"), exports); | ||
__exportStar(require("./model/RecognizeHealthCodeResponse"), exports); | ||
__exportStar(require("./model/RecognizeHkIdCardRequest"), exports); | ||
__exportStar(require("./model/RecognizeHkIdCardResponse"), exports); | ||
__exportStar(require("./model/RecognizeIdCardRequest"), exports); | ||
@@ -129,2 +139,4 @@ __exportStar(require("./model/RecognizeIdCardResponse"), exports); | ||
__exportStar(require("./model/RecognizeLicensePlateResponse"), exports); | ||
__exportStar(require("./model/RecognizeMainlandTravelPermitRequest"), exports); | ||
__exportStar(require("./model/RecognizeMainlandTravelPermitResponse"), exports); | ||
__exportStar(require("./model/RecognizeMvsInvoiceRequest"), exports); | ||
@@ -131,0 +143,0 @@ __exportStar(require("./model/RecognizeMvsInvoiceResponse"), exports); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
696972
367
16940