tencentcloud-sdk-nodejs-ocr 4.1.163 → 4.1.165
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
|
@@ -690,7 +690,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
690
690
|
*/
|
|
691
691
|
QuotaInvoiceOCR(req: QuotaInvoiceOCRRequest, cb?: (error: string, rep: QuotaInvoiceOCRResponse) => void): Promise<QuotaInvoiceOCRResponse>;
|
|
692
692
|
/**
|
|
693
|
-
* <b
|
|
693
|
+
* <b>此接口为通用手写体识别的旧版本服务,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/34937">通用印刷体识别(高精度)识别服务</a>。</b>
|
|
694
694
|
|
|
695
695
|
本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。
|
|
696
696
|
|
|
@@ -804,7 +804,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
804
804
|
return this.request("QuotaInvoiceOCR", req, cb);
|
|
805
805
|
}
|
|
806
806
|
/**
|
|
807
|
-
* <b
|
|
807
|
+
* <b>此接口为通用手写体识别的旧版本服务,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/34937">通用印刷体识别(高精度)识别服务</a>。</b>
|
|
808
808
|
|
|
809
809
|
本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。
|
|
810
810
|
|
|
@@ -11024,6 +11024,11 @@ export interface PermanentResidencePermitInfo {
|
|
|
11024
11024
|
* 国籍,外国人永久居留证 返回该字段
|
|
11025
11025
|
*/
|
|
11026
11026
|
Nationality?: ContentInfo;
|
|
11027
|
+
/**
|
|
11028
|
+
* 英文名
|
|
11029
|
+
示例值:Ming Li
|
|
11030
|
+
*/
|
|
11031
|
+
EnName?: ContentInfo;
|
|
11027
11032
|
}
|
|
11028
11033
|
/**
|
|
11029
11034
|
* BizLicenseOCR返回参数结构体
|