tencentcloud-sdk-nodejs-ocr 4.1.64 → 4.1.67
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
@@ -1301,6 +1301,10 @@ export interface CustomsPaymentReceipt {
|
|
1301
1301
|
* 识别出的字段名称(关键字),支持以下字段: 税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。 示例值:纳税人识别号
|
1302
1302
|
*/
|
1303
1303
|
Content?: Array<OtherInvoiceItem>;
|
1304
|
+
/**
|
1305
|
+
* 海关缴款书常用字段
|
1306
|
+
*/
|
1307
|
+
CommonContent?: Array<OtherInvoiceItem>;
|
1304
1308
|
}
|
1305
1309
|
/**
|
1306
1310
|
* QuestionSplitOCR请求参数结构体
|