Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tencentcloud-sdk-nodejs-ocr

Package Overview
Dependencies
Maintainers
1
Versions
875
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tencentcloud-sdk-nodejs-ocr - npm Package Compare versions

Comparing version
4.1.183
to
4.1.184
+8
-2
es/services/ocr/v20181119/ocr_client.js

@@ -66,2 +66,5 @@ import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";

}
async SubmitQuestionMarkAgentJob(req, cb) {
return this.request("SubmitQuestionMarkAgentJob", req, cb);
}
async RideHailingDriverLicenseOCR(req, cb) {

@@ -103,2 +106,5 @@ return this.request("RideHailingDriverLicenseOCR", req, cb);

}
async QuotaInvoiceOCR(req, cb) {
return this.request("QuotaInvoiceOCR", req, cb);
}
async ExtractDocMultiPro(req, cb) {

@@ -143,4 +149,4 @@ return this.request("ExtractDocMultiPro", req, cb);

}
async QuotaInvoiceOCR(req, cb) {
return this.request("QuotaInvoiceOCR", req, cb);
async DescribeQuestionMarkAgentJob(req, cb) {
return this.request("DescribeQuestionMarkAgentJob", req, cb);
}

@@ -147,0 +153,0 @@ async GeneralHandwritingOCR(req, cb) {

+1
-1
{
"name": "tencentcloud-sdk-nodejs-ocr",
"version": "4.1.183",
"version": "4.1.184",
"description": "腾讯云 API NODEJS SDK",

@@ -5,0 +5,0 @@ "main": "./tencentcloud/index.js",

@@ -291,2 +291,10 @@ "use strict";

/**
* 用于试题批改Agent提交任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
默认接口请求并发限制:10题/分钟。
*/
async SubmitQuestionMarkAgentJob(req, cb) {
return this.request("SubmitQuestionMarkAgentJob", req, cb);
}
/**
* 本接口支持网约车驾驶证关键字段的识别,包括姓名、证号、起始日期、截止日期、发证日期。

@@ -652,2 +660,11 @@

/**
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
本接口支持定额发票的发票号码、发票代码、金额(大小写)、发票消费类型、地区及是否有公司印章等关键字段的识别。
默认接口请求频率限制:5次/秒。
*/
async QuotaInvoiceOCR(req, cb) {
return this.request("QuotaInvoiceOCR", req, cb);
}
/**
* 本接口当前仅支持复杂磅单收发货单抽取,更多强推理场景支持定制咨询。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocMultiPro)。

@@ -804,9 +821,8 @@

/**
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
本接口支持定额发票的发票号码、发票代码、金额(大小写)、发票消费类型、地区及是否有公司印章等关键字段的识别。
* 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
默认接口请求频率限制:5次/秒。
默认接口请求并发限制:10题/分钟。
*/
async QuotaInvoiceOCR(req, cb) {
return this.request("QuotaInvoiceOCR", req, cb);
async DescribeQuestionMarkAgentJob(req, cb) {
return this.request("DescribeQuestionMarkAgentJob", req, cb);
}

@@ -813,0 +829,0 @@ /**

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display