tencentcloud-sdk-nodejs-ocr 4.0.618 → 4.0.620
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/CHANGELOG.md +487 -0
- package/SERVICE_CHANGELOG.md +478 -156
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/services/ocr/v20181119/ocr_client.ts +12 -1
- package/src/services/ocr/v20181119/ocr_models.ts +735 -2088
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +734 -672
@@ -785,7 +785,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
785
785
|
<td> 16 </td>
|
786
786
|
</tr>
|
787
787
|
<tr>
|
788
|
-
<td>
|
788
|
+
<td> VatElectronicInvoiceFull</td>
|
789
789
|
<td> 电子发票(普通发票) </td>
|
790
790
|
<td> 16 </td>
|
791
791
|
</tr>
|
@@ -854,6 +854,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
854
854
|
<td> 过路过桥费发票 </td>
|
855
855
|
<td> 13 </td>
|
856
856
|
</tr>
|
857
|
+
<tr>
|
858
|
+
<td> MedicalOutpatientInvoice </td>
|
859
|
+
<td> 医疗门诊收费票据(电子) </td>
|
860
|
+
<td> 17 </td>
|
861
|
+
</tr>
|
862
|
+
<tr>
|
863
|
+
<td> MedicalHospitalizedInvoice </td>
|
864
|
+
<td> 医疗住院收费票据(电子) </td>
|
865
|
+
<td> 17 </td>
|
866
|
+
</tr>
|
857
867
|
<tr>
|
858
868
|
<td> OtherInvoice </td>
|
859
869
|
<td> 其他发票 </td>
|
@@ -972,7 +972,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
972
972
|
<td> 16 </td>
|
973
973
|
</tr>
|
974
974
|
<tr>
|
975
|
-
<td>
|
975
|
+
<td> VatElectronicInvoiceFull</td>
|
976
976
|
<td> 电子发票(普通发票) </td>
|
977
977
|
<td> 16 </td>
|
978
978
|
</tr>
|
@@ -1041,6 +1041,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
1041
1041
|
<td> 过路过桥费发票 </td>
|
1042
1042
|
<td> 13 </td>
|
1043
1043
|
</tr>
|
1044
|
+
<tr>
|
1045
|
+
<td> MedicalOutpatientInvoice </td>
|
1046
|
+
<td> 医疗门诊收费票据(电子) </td>
|
1047
|
+
<td> 17 </td>
|
1048
|
+
</tr>
|
1049
|
+
<tr>
|
1050
|
+
<td> MedicalHospitalizedInvoice </td>
|
1051
|
+
<td> 医疗住院收费票据(电子) </td>
|
1052
|
+
<td> 17 </td>
|
1053
|
+
</tr>
|
1044
1054
|
<tr>
|
1045
1055
|
<td> OtherInvoice </td>
|
1046
1056
|
<td> 其他发票 </td>
|