mirror of https://github.com/open-mmlab/mmocr.git
21 lines
430 B
Markdown
21 lines
430 B
Markdown
|
# Key Information Extraction
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
The structure of the key information extraction dataset directory is organized as follows.
|
||
|
|
||
|
```text
|
||
|
└── wildreceipt
|
||
|
├── class_list.txt
|
||
|
├── dict.txt
|
||
|
├── image_files
|
||
|
├── test.txt
|
||
|
└── train.txt
|
||
|
```
|
||
|
|
||
|
## Preparation Steps
|
||
|
|
||
|
### WildReceipt
|
||
|
|
||
|
- Just download and extract [wildreceipt.tar](https://download.openmmlab.com/mmocr/data/wildreceipt.tar).
|