自动识别各大银行流水单据、企业财务报表,返回各表格的表头表尾内容、单元格文字内容及其行列位置信息。需要移动端SDK或私有化部署可联系客服。
免费测试及接口调用,前往快瞳AI开放平台
返回值示例
成功请求返回值示例
{
"code": 0,
"status": 200,
"message": "success",
"serialNo": "586747180744704000",
"data": {
"height": 1440,
"tables": [
{
"type": "table_with_line",
"position": [
0,
0,
50,
0,
50,
30,
0,
30
],
"width_of_cols": [
20,
20,
20,
20
],
"table_rows": 3,
"table_cols": 4,
"table_cells": [
{
"end_col": 3,
"position": [
0,
0,
50,
0,
50,
50,
0,
50
],
"text": "单元格里面的文字,若为多行则行间存在换行符。",
"lines": [
{
"text": "这是一个例子。",
"score": 0.99,
"type": "text",
"position": [
0,
0,
50,
0,
50,
30,
0,
30
],
"angle": 90,
"direction": 1,
"handwritten": 1,
"char_candidates_score": [
[
0.99
],
[
0.99
],
[
0.95,
0.05
],
[
0.99
],
[
0.99
],
[
0.99
],
[
0.89,
0.11
]
],
"char_candidates": [
[
"这"
],
[
"是"
],
[
"一",
"-"
],
[
"个"
],
[
"例"
],
[
"子"
],
[
"。",
"O"
]
],
"char_centers": [
[
20,
10
],
[
30,
10
],
[
40,
10
],
[
50,
10
],
[
60,
10
],
[
70,
10
],
[
80,
10
]
],
"char_scores": [
0.99,
0.98,
0.95,
0.95,
0.99,
0.93,
0.87
],
"char_positions": [
[
18,
8,
22,
8,
22,
12,
18,
12
],
[
28,
88,
32,
8,
32,
12,
28,
12
],
[
38,
88,
42,
8,
42,
12,
38,
12
],
[
48,
88,
52,
8,
52,
12,
48,
12
],
[
58,
88,
62,
8,
62,
12,
58,
12
],
[
68,
88,
72,
8,
72,
12,
68,
12
],
[
78,
88,
82,
8,
82,
12,
78,
12
]
]
}
],
"end_row": 2,
"start_col": 1,
"start_row": 1
}
],
"height_of_rows": [
4,
5,
6
],
"lines": [
{
"text": "这是一个例子。",
"score": 0.99,
"type": "text",
"position": [
0,
0,
50,
0,
50,
30,
0,
30
],
"angle": 90,
"direction": 1,
"handwritten": 1,
"char_candidates_score": [
[
0.99
],
[
0.99
],
[
0.95,
0.05
],
[
0.99
],
[
0.99
],
[
0.99
],
[
0.89,
0.11
]
],
"char_scores": [
0.99,
0.98,
0.95,
0.95,
0.99,
0.93,
0.87
],
"char_positions": [
[
18,
8,
22,
8,
22,
12,
18,
12
],
[
28,
88,
32,
8,
32,
12,
28,
12
],
[
38,
88,
42,
8,
42,
12,
38,
12
],
[
48,
88,
52,
8,
52,
12,
48,
12
],
[
58,
88,
62,
8,
62,
12,
58,
12
],
[
68,
88,
72,
8,
72,
12,
68,
12
],
[
78,
88,
82,
8,
82,
12,
78,
12
]
],
"char_centers": [
[
20,
10
],
[
30,
10
],
[
40,
10
],
[
50,
10
],
[
60,
10
],
[
70,
10
],
[
80,
10
]
],
"char_candidates": [
[
"这"
],
[
"是"
],
[
"一",
"-"
],
[
"个"
],
[
"例"
],
[
"子"
],
[
"。",
"O"
]
]
}
]
} ], "width": 1280,
"excel": "UEsDBBQAAAAIAAAAIQAR0e9YNAoAAIpUAAAYAAAA...",
"angle": 90
}
}
失败请求返回值示例
{
"serialNo": "343839777521696229",
"message": "错误描述",
"status": 400,
}
领取专属 10元无门槛券
私享最新 技术干货