File size: 3,035 Bytes
2279299
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59fe427
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2279299
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
Put [model files]() here:

```
models
├── Layout
│   ├── LayoutLMv3
│   │   ├── config.json
│   │   └── model_final.pth
│   └── YOLO
│       └── yolov10l_ft.pt
├── MFD
│   └── YOLO
│       └── yolo_v8_ft.pt
├── MFR
│   ├── UniMERNet
│   │   ├── README.md
│   │   ├── config.json
│   │   ├── preprocessor_config.json
│   │   ├── pytorch_model.bin
│   │   ├── tokenizer.json
│   │   └── tokenizer_config.json
│   ├── unimernet_base
│   │   ├── README.md
│   │   ├── config.json
│   │   ├── configuration.json
│   │   ├── preprocessor_config.json
│   │   ├── pytorch_model.pth
│   │   ├── tokenizer.json
│   │   ├── tokenizer_config.json
│   │   └── unimernet_base.yaml
│   ├── unimernet_small
│   │   ├── README.md
│   │   ├── config.json
│   │   ├── configuration.json
│   │   ├── preprocessor_config.json
│   │   ├── pytorch_model.pth
│   │   ├── tokenizer.json
│   │   ├── tokenizer_config.json
│   │   └── unimernet_small.yaml
│   └── unimernet_tiny
│       ├── README.md
│       ├── config.json
│       ├── configuration.json
│       ├── preprocessor_config.json
│       ├── pytorch_model.pth
│       ├── tokenizer.json
│       ├── tokenizer_config.json
│       └── unimernet_tiny.yaml
├── README.md
└── TabRec
    ├── StructEqTable
    │   ├── added_tokens.json
    │   ├── config.json
    │   ├── configuration_intern_vit.py
    │   ├── configuration_internvl_chat.py
    │   ├── conversation.py
    │   ├── generation_config.json
    │   ├── merges.txt
    │   ├── modeling_intern_vit.py
    │   ├── modeling_internvl_chat.py
    │   ├── model.safetensors
    │   ├── preprocessor_config.json
    │   ├── README.md
    │   ├── special_tokens_map.json
    │   ├── tokenizer_config.json
    │   └── vocab.json
    └── TableMaster
        ├── ch_PP-OCRv3_det_infer
        │   ├── inference.pdiparams
        │   ├── inference.pdiparams.info
        │   └── inference.pdmodel
        ├── ch_PP-OCRv3_rec_infer
        │   ├── inference.pdiparams
        │   ├── inference.pdiparams.info
        │   └── inference.pdmodel
        ├── ppocr_keys_v1.txt
        ├── table_master_structure_dict.txt
        └── table_structure_tablemaster_infer
            ├── inference.pdiparams
            ├── inference.pdiparams.info
            └── inference.pdmodel
```