File size: 1,411 Bytes
29479bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "hiro-layout",
  "architectures": [
    "RT-DETR"
  ],
  "task": "object-detection",
  "model_file": "layout_model/RT-DETR_25.onnx",
  "label_file": "labels.json",
  "num_labels": 25,
  "id2label": {
    "0": "graph",
    "1": "drawing",
    "2": "structure diagram",
    "3": "photograph",
    "4": "table",
    "5": "math equation",
    "6": "chemical formula",
    "7": "noise",
    "8": "text",
    "9": "title",
    "10": "section title",
    "11": "page header",
    "12": "page footer",
    "13": "marginal note",
    "14": "caption",
    "15": "figure number",
    "16": "line number",
    "17": "column number",
    "18": "sequence",
    "19": "figure complex",
    "20": "chemical reaction",
    "21": "bibliography",
    "22": "search report",
    "23": "Table of Contents",
    "24": "reference"
  },
  "label2id": {
    "graph": 0,
    "drawing": 1,
    "structure diagram": 2,
    "photograph": 3,
    "table": 4,
    "math equation": 5,
    "chemical formula": 6,
    "noise": 7,
    "text": 8,
    "title": 9,
    "section title": 10,
    "page header": 11,
    "page footer": 12,
    "marginal note": 13,
    "caption": 14,
    "figure number": 15,
    "line number": 16,
    "column number": 17,
    "sequence": 18,
    "figure complex": 19,
    "chemical reaction": 20,
    "bibliography": 21,
    "search report": 22,
    "Table of Contents": 23,
    "reference": 24
  }
}