Skip to content

Commit ef92745

Browse files
committed
new: [ocrized-image] definition added
1 parent 393167d commit ef92745

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"attributes": {
3+
"description": {
4+
"description": "Human-readable description or context about the OCRized image.",
5+
"misp-attribute": "comment",
6+
"ui-priority": 1
7+
},
8+
"image": {
9+
"description": "Original image submitted for OCR processing.",
10+
"disable_correlation": true,
11+
"misp-attribute": "attachment",
12+
"ui-priority": 1
13+
},
14+
"ocr-text": {
15+
"description": "Text extracted from the image by OCR.",
16+
"misp-attribute": "text",
17+
"ui-priority": 1
18+
},
19+
"reference": {
20+
"description": "Reference or link related to the OCRized image artifact.",
21+
"disable_correlation": true,
22+
"misp-attribute": "link",
23+
"ui-priority": 2
24+
},
25+
"source": {
26+
"description": "Source system or project that produced the OCR result.",
27+
"disable_correlation": true,
28+
"misp-attribute": "text",
29+
"ui-priority": 2
30+
}
31+
},
32+
"description": "Object describing an OCRized image, including the original image, extracted text, and contextual description.",
33+
"meta-category": "misc",
34+
"name": "ocrized-image",
35+
"required": [
36+
"image",
37+
"ocr-text"
38+
],
39+
"uuid": "fc2abf07-1228-4a14-8633-f39030b0220c",
40+
"version": 1
41+
}

0 commit comments

Comments
 (0)