2.2.3增值税普通发票(卷票)
字段名称 | Key | 返回缩略图 | 客户端是否展示 |
---|---|---|---|
发票代码 | invoice_code | 是 | 是 |
发票号码 | invoice_no | 是 | 是 |
开票日期 | date | 是 | 是 |
合计金额 | pretax_amount | 是 | 是 |
校验码 | check_code | 是 | 是 |
合计税额 | tax_amount | 否 | 是 |
价税合计 (大写) | amount_big | 否 | 否 |
价税合计 (小写) | amount_little | 否 | 是 |
购方名称 | buyer_name | 否 | 是 |
购方纳税人识别号 | buyer_tax_id | 否 | 是 |
销方名称 | seller_name | 否 | 是 |
销方纳税人识别号 | seller_tax_id | 否 | 是 |
发票名称 | invoice_name | 否 | 否 |
明细 | details | 否 | 否 |
项目 | name | 否 | 否 |
数量 | count | 否 | 否 |
单价 | unit_price | 否 | 否 |
金额 | amount | 否 | 否 |
{
"version": "V1.0.231_20200514",
"result": [
{
"type": "10103",
"image": null,
"expense_type_msg": "交通",
"type_msg": "增值税普通发票(卷票)",
"expense_type": "3",
"score": 0.9999902248382568,
"recognize_result": {
"buyer_name": {
"item_words": "大象慧云信息技术有限公司",
"chinese_key": "购方名称",
"item_score": 0.9776895,
"item_image": null,
"item_quad": [ 1,1,1,1,1,1,1,1,1]
},
"seller_name": {...},
"seller_tax_id": {...},
"amount_little": {... },
"amount_big": {...},
"check_code": {... },
"invoice_code": {...},
"date": {...},
"invoice_name": {...},
"invoice_no": {...},
"buyer_tax_id": {...},
"details": [
{
"count": {
"item_words": "60.06",
"chinese_key": "数量",
"item_score": 1,
"item_image": null,
"item_quad": [1,1,1,1,1,1,1,1]
},
"amount": {...},
"name": {... },
"unit_price": {....}
}
]
},
"quad": [1,1,1,1,1,11,1,1 ],
"error_code": 0,
"error_msg": "识别成功",
"page_no": 1
}
],
"request_id": "5d05dfcc962811ea8f9f049226be9626",
"recognize_time": 5056,
"error_code": 0,
"error_msg": "识别成功"
}
修改于 2025-03-25 02:12:43