tencentcloud-sdk-nodejs-ocr 4.1.225 → 4.1.226
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
|
@@ -178,8 +178,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
178
178
|
*/
|
|
179
179
|
RecognizeValidIDCardOCR(req: RecognizeValidIDCardOCRRequest, cb?: (error: string, rep: RecognizeValidIDCardOCRResponse) => void): Promise<RecognizeValidIDCardOCRResponse>;
|
|
180
180
|
/**
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
* 提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
|
|
182
|
+
默认接口请求频率限制:10次/秒
|
|
183
|
+
*/
|
|
183
184
|
VerifyScenePhoto(req: VerifyScenePhotoRequest, cb?: (error: string, rep: VerifyScenePhotoResponse) => void): Promise<VerifyScenePhotoResponse>;
|
|
184
185
|
/**
|
|
185
186
|
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
@@ -634,8 +635,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
634
635
|
*/
|
|
635
636
|
EduPaperOCR(req: EduPaperOCRRequest, cb?: (error: string, rep: EduPaperOCRResponse) => void): Promise<EduPaperOCRResponse>;
|
|
636
637
|
/**
|
|
637
|
-
|
|
638
|
-
|
|
638
|
+
* 支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
|
|
639
|
+
默认接口请求频率限制:1次/秒
|
|
640
|
+
*/
|
|
639
641
|
RecognizeAgent(req: RecognizeAgentRequest, cb?: (error: string, rep: RecognizeAgentResponse) => void): Promise<RecognizeAgentResponse>;
|
|
640
642
|
/**
|
|
641
643
|
* 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等关键字段。
|
|
@@ -222,8 +222,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
222
222
|
return this.request("RecognizeValidIDCardOCR", req, cb);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
* 提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
|
|
226
|
+
默认接口请求频率限制:10次/秒
|
|
227
|
+
*/
|
|
227
228
|
async VerifyScenePhoto(req, cb) {
|
|
228
229
|
return this.request("VerifyScenePhoto", req, cb);
|
|
229
230
|
}
|
|
@@ -742,8 +743,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
742
743
|
return this.request("EduPaperOCR", req, cb);
|
|
743
744
|
}
|
|
744
745
|
/**
|
|
745
|
-
|
|
746
|
-
|
|
746
|
+
* 支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
|
|
747
|
+
默认接口请求频率限制:1次/秒
|
|
748
|
+
*/
|
|
747
749
|
async RecognizeAgent(req, cb) {
|
|
748
750
|
return this.request("RecognizeAgent", req, cb);
|
|
749
751
|
}
|