tencentcloud-sdk-nodejs-ocr 4.1.260 → 4.1.262
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
|
@@ -645,7 +645,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
645
645
|
*/
|
|
646
646
|
SubmitExtractDocAgentJob(req: SubmitExtractDocAgentJobRequest, cb?: (error: string, rep: SubmitExtractDocAgentJobResponse) => void): Promise<SubmitExtractDocAgentJobResponse>;
|
|
647
647
|
/**
|
|
648
|
-
*
|
|
648
|
+
* 接口下线
|
|
649
|
+
|
|
650
|
+
本接口支持识别主流初高中数学符号和公式,返回公式的 Latex 格式文本。
|
|
649
651
|
|
|
650
652
|
默认接口请求频率限制:5次/秒。
|
|
651
653
|
*/
|
|
@@ -968,7 +970,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
968
970
|
*/
|
|
969
971
|
RecognizeGeneralInvoice(req: RecognizeGeneralInvoiceRequest, cb?: (error: string, rep: RecognizeGeneralInvoiceResponse) => void): Promise<RecognizeGeneralInvoiceResponse>;
|
|
970
972
|
/**
|
|
971
|
-
*
|
|
973
|
+
* 接口下线
|
|
974
|
+
|
|
975
|
+
公式识别是教育的基础OCR识别能力,可支持理科(数学、物理、化学、生物)的印刷体和手写体的公式识别。
|
|
972
976
|
|
|
973
977
|
默认接口请求频率限制:2次/秒。
|
|
974
978
|
*/
|
|
@@ -803,7 +803,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
803
803
|
return this.request("SubmitExtractDocAgentJob", req, cb);
|
|
804
804
|
}
|
|
805
805
|
/**
|
|
806
|
-
*
|
|
806
|
+
* 接口下线
|
|
807
|
+
|
|
808
|
+
本接口支持识别主流初高中数学符号和公式,返回公式的 Latex 格式文本。
|
|
807
809
|
|
|
808
810
|
默认接口请求频率限制:5次/秒。
|
|
809
811
|
*/
|
|
@@ -1148,7 +1150,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1148
1150
|
return this.request("RecognizeGeneralInvoice", req, cb);
|
|
1149
1151
|
}
|
|
1150
1152
|
/**
|
|
1151
|
-
*
|
|
1153
|
+
* 接口下线
|
|
1154
|
+
|
|
1155
|
+
公式识别是教育的基础OCR识别能力,可支持理科(数学、物理、化学、生物)的印刷体和手写体的公式识别。
|
|
1152
1156
|
|
|
1153
1157
|
默认接口请求频率限制:2次/秒。
|
|
1154
1158
|
*/
|