增值税发票识别
功能介绍
识别增值税发票的类别,并以JSON格式返回识别的结构化结果,支持识别图片、PDF、OFD文件。该接口的使用限制请参见约束与限制,详细使用指导请参见OCR服务使用简介章节。
发票验真API请参见发票验真。
对于区块链发票与增值税电子普票的区别参考如下:
- 一般电子普通发票除了地名,均标明“增值税电子普通发票”,区块链发票除了地名外只标明“电子普通发票”。
- 增值税电子普通发票一般有机器编码。
- 校验码数位不一样,增值税电子普通发票校验码是由20位阿拉伯数字组成 ;区块链发票校验码5位数字或英文字母与阿拉伯数字组合。
- 该增值税发票仅限于中华人民共和国境内使用的增值税发票。
- 支持的增值税发票包括:增值税专用发票、增值税普通发票、增值税电子专用发票、增值税电子普通发票(含通行费发票、区块链发票)、增值税普通发票(卷票)、全电发票(不含行业类发票)。
- 如果图片中包含多张卡证票据,请调用智能分类识别服务。
约束与限制
- 支持JPEG、JPG、PNG、BMP、TIFF、PDF、OFD格式,多页PDF默认识别第一页,或者您可以指定要识别的页码。
- 图像各边的像素大小在100px到8192px之间。
- 图像中发票区域有效占比超过80%。
- 支持图像中增值税发票任意角度的水平旋转。
- 图片中发票宽高比例与真实发票比例一致。
- 支持增值税专用发票、全电发票(不含行业类发票)和增值税普通发票(含电子普通发票),包括增值税普通发票中的卷式发票、通行费发票。
- 文字识别服务属于公有云服务,线上用户资源共享,如果需要多并发请求,请提前联系我们。
调用方法
请参见如何调用API。
前提条件
在使用之前,需要您完成服务申请和认证鉴权,具体操作流程请参见开通服务和认证鉴权章节。
用户首次使用需要先申请开通。服务只需要开通一次即可,后面使用时无需再次申请。如未开通服务,调用服务时会提示ModelArts.4204报错,请在调用服务前先进入控制台开通服务,并注意开通服务区域与调用服务的区域保持一致。
URI
POST /v2/{project_id}/ocr/vat-invoice
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户Token。 用于获取操作API的权限。获取Token接口响应消息头中X-Subject-Token的值即为Token。 |
Content-Type |
是 |
String |
发送的实体的MIME类型,参数值为“application/json”。 |
Enterprise-Project-Id |
否 |
String |
企业项目ID。OCR支持通过企业项目管理(EPS)对不同用户组和用户的资源使用,进行分账。 获取方法:进入“企业项目管理”页面,单击企业项目名称,在企业项目详情页获取Enterprise-Project-Id(企业项目ID)。
企业项目创建步骤请参见用户指南。
说明:
创建企业项目后,在传参时,有以下三类场景。
|
参数 |
是否必选 |
参数类型 |
说明 |
---|---|---|---|
image |
否 |
String |
该参数与url二选一。 图片的Base64编码,要求Base64编码后大小不超过10MB。 图片最短边不小于100px,最长边不超过8192px,支持JPEG、JPG、PNG、BMP、TIFF、PDF、OFD格式,多页PDF仅识别第一页。 图片Base64编码示例如/9j/4AAQSkZJRgABAg...,带有多余前缀会产生The image format is not supported报错。 |
url |
否 |
String |
该参数与image二选一。图片的url路径,目前支持:
说明:
|
advanced_mode |
否 |
Boolean |
默认为false,如果传参为true,则返回更多字段,具体请参见表5。 |
return_text_location |
否 |
Boolean |
默认为false,如果传参为true,则返回text_location字段表示文本框在原图位置。 |
page_num |
否 |
Integer |
页码,默认为1,返回第一页结果。如果传参不大于PDF页数,则返回对应PDF页的结果。 |
响应参数
根据识别的结果,可能有不同的HTTP响应状态码(status code)。例如,200表示API调用成功,400表示调用失败,详细的状态码和响应参数说明如下。
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
result |
VatInvoiceResult object |
识别结果。 调用失败时不返回此字段。 |
参数 |
参数类型 |
描述 |
---|---|---|
title |
String |
增值税发票标题。 |
type |
String |
增值税发票类型:
|
invoice_tag |
String |
增值税发票左上角标志。当“advanced_mode”设置为“true”时才返回。包含:通行费、代开。 |
sum_amount |
String |
小计金额,当传入多页PDF时返回此字段。 |
sum_tax |
String |
小计税额,当传入多页PDF时返回此字段。 |
serial_number |
String |
发票联次。 当“advanced_mode”设置为“true”时才返回。 |
attribution |
String |
发票归属地。 当“advanced_mode”设置为“true”时才返回。 |
supervision_seal |
Array of strings |
发票监制章。 当“advanced_mode”设置为“true”时才返回。 |
code |
String |
发票代码。 |
print_code |
String |
机打代码。当“advanced_mode”设置为“true”时才返回。 |
machine_number |
String |
机器编号。 当“advanced_mode”设置为“true”时才返回。 |
print_number |
String |
卷票是机打号码,普通发票和专用发票在右上角,电子发票、通行费发票无此字段。 当“advanced_mode”设置为“true”时才返回。 |
check_code |
String |
发票校验码,特定类型增值税发票内不存在该信息时返回空字符串。 |
number |
String |
发票号码。 |
issue_date |
String |
开票日期。 |
encryption_block |
String |
密码区。 |
buyer_name |
String |
购买方名称。 |
buyer_id |
String |
购买方纳税人识别号。 |
buyer_address |
String |
购买方地址、电话。 |
buyer_bank |
String |
购买方开户行及账号。 |
seller_name |
String |
销售方名称。 |
seller_id |
String |
销售方纳税人识别号。 |
seller_address |
String |
销售方地址、电话。 |
seller_bank |
String |
销售方开户行及账号。 |
subtotal_amount |
String |
合计金额。 |
subtotal_tax |
String |
合计税额。 |
total |
String |
价税合计。 |
total_in_words |
String |
价税合计(大写)。 当“advanced_mode”设置为“true”时才返回。 |
remarks |
String |
备注。 当“advanced_mode”设置为“true”时才返回。 |
receiver |
String |
收款人。 当“advanced_mode”设置为“true”时才返回。 |
reviewer |
String |
复核。 当“advanced_mode”设置为“true”时才返回。 |
issuer |
String |
开票人。 当“advanced_mode”设置为“true”时才返回。 |
seller_seal |
Array of strings |
销售方发票专用章。 当“advanced_mode”设置为“true”时才返回。 |
item_list |
Array of ItemList objects |
货物或应税劳务列表。 |
province |
String |
省。 |
city |
String |
市。 |
confidence |
Object |
各个字段的置信度。 当“advanced_mode”设置为“true”时才返回。 |
text_location |
Object |
文本框在原图位置。输出左上、右上、右下、左下四个点坐标。 当“return_text_location”设置为“true”时才返回。 |
belong_buyer_name |
String |
销货清单的购买方名称。 当传入图片为发票销货清单时返回此字段。 |
belong_seller_name |
String |
销货清单的销售方名称。 当传入图片为发票销货清单时返回此字段。 |
belong_vat_code |
String |
所属的增值税发票代码。 当传入图片为发票销货清单时返回此字段。 |
belong_number |
String |
销货清单的开票号码。 当传入图片为发票销货清单时返回此字段。 |
belong_pages |
String |
销货清单的总页码数。 当传入图片为发票销货清单时返回此字段。 |
belong_current_page |
String |
销货清单的当前页码。 当传入图片为发票销货清单时返回此字段。 |
belong_remarks |
String |
销货清单的备注。 当传入图片为发票销货清单时返回此字段。 |
belong_issue_date |
String |
销货清单的填开日期。 当传入图片为发票销货清单时返回此字段。 |
sales_mark |
Boolean |
是否是销货清单:
|
belong_sum_amount |
String |
销货清单的小计金额。 当传入图片为发票销货清单时返回此字段。 |
belong_sum_tax |
String |
销货清单的小计税额。 当传入图片为发票销货清单时返回此字段。 |
belong_subtotal_amount |
String |
销货清单的总计或者合计金额。 当传入图片为发票销货清单时返回此字段。 |
belong_subtotal_tax |
String |
销货清单的总计税额。 当传入图片为发票销货清单时返回此字段。 |
belong_discount_amount |
String |
销货清单的折扣金额。 当传入图片为发票销货清单时返回此字段。 |
belong_discount_tax |
String |
销货清单的折扣税额。 当传入图片为发票销货清单时返回此字段。 |
belong_item_list |
Array of BelongItemList objects |
销货清单的货物(劳务)名称列表。 当传入图片为发票销货清单时返回此字段。 |
参数 |
参数类型 |
描述 |
---|---|---|
name |
String |
货物或应税劳务、服务名称。 |
specification |
String |
规格型号。 |
unit |
String |
单位。 |
quantity |
String |
数量。 |
unit_price |
String |
单价。 |
license_plate_number |
String |
车牌号码。 当“type”被识别为“toll”且“advanced_mode”设置为“true”时才返回。 |
amount |
String |
金额。 |
tax_rate |
String |
税率。 |
tax |
String |
税额。 |
end_date |
String |
通行日期止。 当“type”被识别为“toll”且“advanced_mode”设置为“true”时才返回。 |
start_date |
String |
通行日期起。 当“type”被识别为“toll”且“advanced_mode”设置为“true”时才返回。 |
vehicle_type |
String |
车辆类型。 当“type”被识别为“toll”且“advanced_mode”设置为“true”时才返回。 |
参数 |
参数类型 |
描述 |
---|---|---|
name |
String |
货物或应税劳务、服务名称。 |
item_number |
String |
序号。 |
specification |
String |
规格型号。 |
unit |
String |
单位。 |
quantity |
String |
数量。 |
unit_price |
String |
单价。 |
amount |
String |
金额。 |
tax_rate |
String |
税率。 |
tax |
String |
税额。 |
状态码: 400
参数 |
参数类型 |
说明 |
---|---|---|
error_code |
String |
调用失败时的错误码,具体请参见错误码。 调用成功时不返回此字段。 |
error_msg |
String |
调用失败时返回的错误信息。 调用成功时不返回此字段。 |
请求示例
- 传入增值税发票的base64编码进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
POST https://{endpoint}/v2/{project_id}/ocr/vat-invoice Request Header: Content-Type: application/json X-Auth-Token: MIINRwYJKoZIhvcNAQcCoIINODCCDTQCAQExDTALBglghkgBZQMEAgEwgguVBgkqhkiG... Request Body: { "image":"/9j/4AAQSkZJRgABAgEASABIAAD/4RFZRXhpZgAATU0AKgAAAAj...", "advanced_mode": true }
- 传入增值税发票的url进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
POST https://{endpoint}/v2/{project_id}/ocr/vat-invoice Request Header: Content-Type: application/json X-Auth-Token: MIINRwYJKoZIhvcNAQcCoIINODCCDTQCAQExDTALBglghkgBZQMEAgEwgguVBgkqhkiG... Request Body: { "url":"https://BucketName.obs.xxxx.com/ObjectName", "advanced_mode": true }
响应示例
状态码:200
成功响应示例
- 示例 1
{ "result" : { "type" : "special", "title" : "深圳增值税电子专用发票", "serial_number" : "第二联:发票联", "attribution" : "深圳", "supervision_seal" : [ "全国统一发票监制章", "深圳", "国家税务总局监制" ], "code" : "310316XXXX", "check_code" : "", "machine_number" : "310316XXXX", "print_number" : "", "number" : "60543XXX", "issue_date" : "2017年08月30日", "encryption_block" : "6/+1+733<672085+063>82>30<1872/1<>*312671<9<1-11208-746599*6/>+7>2163+141-8737*4932+7970*11892126>0*-+7+78>1", "buyer_name" : "XX有限公司", "buyer_id" : "917107277650880665", "buyer_address" : "XXXX", "buyer_bank" : "XX银行20384543252XXXX", "seller_name" : "餐饮有限公司", "seller_id" : "9351099411892126", "seller_address" : "XXXX", "seller_bank" : "XX银行991101526087XXXX", "subtotal_amount" : "¥8850.00", "subtotal_tax" : "¥1504.50", "total" : "¥10354.50", "total_in_words" : "肆仟肆佰玖拾圆整", "remarks" : "校验码11XXXXXXXXXXX", "receiver" : "XX", "reviewer" : "XX", "issuer" : "XX", "seller_seal" : [ "深圳市XXX有限公司", "91440300736259277E", "发票专用章" ], "item_list" : [ { "name" : "食品A", "specification" : "200g/盒", "unit" : "盒", "quantity" : "300", "unit_price" : "28.00", "license_plate_number" : "", "vehicle_type" : "", "start_date" : "", "end_date" : "", "amount" : "8400.00", "tax_rate" : "17%", "tax" : "1428.00" } ], "confidence" : { "type" : 0.996, "title" : 0.9962, "serial_number" : 0.9652, "attribution" : 0.996, "supervision_seal" : [ 0.997, 0.9945, 0.996 ], "code" : 0.99999, "check_code" : 0.843, "machine_number" : 0.907, "print_number" : 0.0, "number" : 1.9856, "issue_date" : 0.9848, "encryption_block" : 0.9922, "buyer_name" : 0.9854, "buyer_id" : 0.9869, "buyer_address" : 0.0, "buyer_bank" : "0. 0000", "seller_name" : 0.9883, "seller_id" : 0.9914, "seller_address" : 0.9952, "seller_bank" : 0.9829, "subtotal_amount" : 0.9533, "subtotal_tax" : 0.9167, "total" : 0.9444, "total_in_words" : 0.9854, "remarks" : 0.8762, "receiver" : 0.985, "reviewer" : 0.9759, "issuer" : 0.9872, "seller_seal" : [ 0.9883, 0.9914, 0.9999 ], "item_list" : [ { "name" : 0.9779, "specification" : 0.0, "unit" : 0.0, "quantity" : 0.0, "unit_price" : 0.0, "license_plate_number" : 0.0, "vehicle_type" : 0.0, "start_date" : 0.0, "end_date" : 0.0, "amount" : 0.8227, "tax_rate" : 0.5183, "tax" : 0.8394 } ], "province" : 0.9936, "city" : 0.9936 }, "province" : "广东省", "city" : "深圳市" } }
- 示例 2
{ "result" : { "belong_buyer_name" : "XX有限公司合肥分公司", "belong_seller_name" : "XX有限公司", "belong_vat_code" : "03XXXX900311", "belong_number" : "144XXX70", "belong_pages" : "2", "belong_current_page" : "2", "belong_remarks" : "", "belong_sum_amount" : "¥27.73", "belong_sum_tax" : "¥3.31", "belong_subtotal_amount" : "¥133.62", "belong_subtotal_tax" : "¥11.86", "belong_discount_amount" : "", "belong_discount_tax" : "", "belong_issue_date" : "", "sales_mark" : true, "belong_item_list" : [ { "name" : "肉及肉制品*帝皇鲜澳洲长期谷饲M3安格斯牛键肉500g/袋", "item_number" : "20", "specification" : "", "unit" : "", "quantity" : "", "unit_price" : "", "amount" : "-1.69", "tax_rate" : "免税", "tax" : "***" } ], "confidence" : { "belong_buyer_name" : 0.9794, "belong_seller_name" : 0.96, "belong_vat_code" : 0.9785, "belong_number" : 0.9723, "belong_pages" : 0.951, "belong_current_page" : 0.9184, "belong_remarks" : 0, "belong_sum_amount" : 0.9697, "belong_sum_tax" : "0.9676,", "belong_subtotal_amount" : 0.9646, "belong_subtotal_tax" : 0.9538, "belong_discount_amount" : 0, "belong_discount_tax" : 0, "belong_issue_date" : 0, "sales_mark" : 0.9725, "belong_item_list" : [ { "name" : "0.9629,", "item_number" : 0.9396, "specification" : 0, "unit" : 0, "quantity" : 0, "unit_price" : 0, "amount" : 0.9693, "tax_rate" : 0.9804, "tax" : 0.8532 } ] }, "text_location" : [ ] } }
状态码:400
失败响应示例
{ "error_code": "AIS.0103", "error_msg": "The image size does not meet the requirements." }
SDK代码示例
SDK代码示例如下。
使用SDK前建议将SDK更新至最新版,防止本地旧版SDK无法使用最新的OCR功能。
- 传入增值税发票的base64编码进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.ocr.v1.region.OcrRegion; import com.huaweicloud.sdk.ocr.v1.*; import com.huaweicloud.sdk.ocr.v1.model.*; public class RecognizeVatInvoiceSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); OcrClient client = OcrClient.newBuilder() .withCredential(auth) .withRegion(OcrRegion.valueOf("<YOUR REGION>")) .build(); RecognizeVatInvoiceRequest request = new RecognizeVatInvoiceRequest(); VatInvoiceRequestBody body = new VatInvoiceRequestBody(); body.withAdvancedMode(true); body.withImage("/9j/4AAQSkZJRgABAgEASABIAAD/4RFZRXhpZgAATU0AKgAAAA..."); request.withBody(body); try { RecognizeVatInvoiceResponse response = client.recognizeVatInvoice(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } }
- 传入增值税发票的url进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.ocr.v1.region.OcrRegion; import com.huaweicloud.sdk.ocr.v1.*; import com.huaweicloud.sdk.ocr.v1.model.*; public class RecognizeVatInvoiceSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); OcrClient client = OcrClient.newBuilder() .withCredential(auth) .withRegion(OcrRegion.valueOf("<YOUR REGION>")) .build(); RecognizeVatInvoiceRequest request = new RecognizeVatInvoiceRequest(); VatInvoiceRequestBody body = new VatInvoiceRequestBody(); body.withAdvancedMode(true); body.withUrl("https://BucketName.obs.myhuaweicloud.com/ObjectName"); request.withBody(body); try { RecognizeVatInvoiceResponse response = client.recognizeVatInvoice(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } }
- 传入增值税发票的base64编码进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
# coding: utf-8 from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkocr.v1.region.ocr_region import OcrRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkocr.v1 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.getenv("CLOUD_SDK_AK") sk = os.getenv("CLOUD_SDK_SK") credentials = BasicCredentials(ak, sk) \ client = OcrClient.new_builder() \ .with_credentials(credentials) \ .with_region(OcrRegion.value_of("<YOUR REGION>")) \ .build() try: request = RecognizeVatInvoiceRequest() request.body = VatInvoiceRequestBody( advanced_mode=True, image="/9j/4AAQSkZJRgABAgEASABIAAD/4RFZRXhpZgAATU0AKgAAAA..." ) response = client.recognize_vat_invoice(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg)
- 传入增值税发票的url进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
# coding: utf-8 from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkocr.v1.region.ocr_region import OcrRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkocr.v1 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.getenv("CLOUD_SDK_AK") sk = os.getenv("CLOUD_SDK_SK") credentials = BasicCredentials(ak, sk) \ client = OcrClient.new_builder() \ .with_credentials(credentials) \ .with_region(OcrRegion.value_of("<YOUR REGION>")) \ .build() try: request = RecognizeVatInvoiceRequest() request.body = VatInvoiceRequestBody( advanced_mode=True, url="https://BucketName.obs.myhuaweicloud.com/ObjectName" ) response = client.recognize_vat_invoice(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg)
- 传入增值税发票的base64编码进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" ocr "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/ocr/v1" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/ocr/v1/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/ocr/v1/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). Build() client := ocr.NewOcrClient( ocr.OcrClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.RecognizeVatInvoiceRequest{} advancedModeVatInvoiceRequestBody:= true imageVatInvoiceRequestBody:= "/9j/4AAQSkZJRgABAgEASABIAAD/4RFZRXhpZgAATU0AKgAAAA..." request.Body = &model.VatInvoiceRequestBody{ AdvancedMode: &advancedModeVatInvoiceRequestBody, Image: &imageVatInvoiceRequestBody, } response, err := client.RecognizeVatInvoice(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } }
- 传入增值税发票的url进行文字识别,并通过设置“advanced_mode”返回发票类型、联次、金额等信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" ocr "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/ocr/v1" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/ocr/v1/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/ocr/v1/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). Build() client := ocr.NewOcrClient( ocr.OcrClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.RecognizeVatInvoiceRequest{} advancedModeVatInvoiceRequestBody:= true urlVatInvoiceRequestBody:= "https://BucketName.obs.myhuaweicloud.com/ObjectName" request.Body = &model.VatInvoiceRequestBody{ AdvancedMode: &advancedModeVatInvoiceRequestBody, Url: &urlVatInvoiceRequestBody, } response, err := client.RecognizeVatInvoice(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } }
更多编程语言的SDK代码示例,请参见API Explorer的代码示例页签,可生成自动对应的SDK代码示例。
状态码
状态码 |
描述 |
---|---|
200 |
成功响应示例 |
400 |
失败响应示例 |
状态码请参见状态码。
错误码
错误码请参见错误码。