-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOCR.json
More file actions
126 lines (126 loc) · 4.2 KB
/
Copy pathOCR.json
File metadata and controls
126 lines (126 loc) · 4.2 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"version": "V2",
"requestId": "9463c14a-d4d3-41b6-8e6f-7be34affba7a",
"timestamp": 1651633887265,
"images": [
{
"uid": "43d4c6c36af84309883f1501747e4c2a",
"name": "20220504_121125536911.jpg",
"inferResult": "SUCCESS",
"message": "SUCCESS",
"validationResult": {
"result": "NO_REQUESTED"
},
"fields": [
{
"valueType": "ALL",
"boundingPoly": {
"vertices": [
{
"x": 142.0,
"y": 166.0
},
{
"x": 284.0,
"y": 166.0
},
{
"x": 284.0,
"y": 276.0
},
{
"x": 142.0,
"y": 276.0
}
]
},
"inferText": "김밥",
"inferConfidence": 1.0,
"type": "NORMAL",
"lineBreak": false
},
{
"valueType": "ALL",
"boundingPoly": {
"vertices": [
{
"x": 313.0,
"y": 173.0
},
{
"x": 533.0,
"y": 176.0
},
{
"x": 532.0,
"y": 258.0
},
{
"x": 312.0,
"y": 256.0
}
]
},
"inferText": "먹고싶다",
"inferConfidence": 0.9997,
"type": "NORMAL",
"lineBreak": true
},
{
"valueType": "ALL",
"boundingPoly": {
"vertices": [
{
"x": 162.0,
"y": 325.0
},
{
"x": 405.0,
"y": 325.0
},
{
"x": 405.0,
"y": 440.0
},
{
"x": 162.0,
"y": 440.0
}
]
},
"inferText": "컵라면",
"inferConfidence": 0.9017,
"type": "NORMAL",
"lineBreak": false
},
{
"valueType": "ALL",
"boundingPoly": {
"vertices": [
{
"x": 414.0,
"y": 330.0
},
{
"x": 534.0,
"y": 330.0
},
{
"x": 534.0,
"y": 408.0
},
{
"x": 414.0,
"y": 408.0
}
]
},
"inferText": "1개",
"inferConfidence": 1.0,
"type": "NORMAL",
"lineBreak": true
}
]
}
]
}