|
--- |
|
license: cc-by-nc-4.0 |
|
dataset_info: |
|
features: |
|
- name: id |
|
dtype: string |
|
- name: file |
|
dtype: binary |
|
- name: labels |
|
dtype: |
|
class_label: |
|
names: |
|
'0': letter |
|
'1': form |
|
'2': email |
|
'3': handwritten |
|
'4': advertisement |
|
'5': scientific report |
|
'6': scientific publication |
|
'7': specification |
|
'8': file folder |
|
'9': news article |
|
'10': budget |
|
'11': invoice |
|
'12': presentation |
|
'13': questionnaire |
|
'14': resume |
|
'15': memo |
|
splits: |
|
- name: test |
|
num_bytes: 1349159996 |
|
num_examples: 991 |
|
download_size: 0 |
|
dataset_size: 1349159996 |
|
--- |
|
|
|
|
|
# Dataset Card for RVL-CDIP-N_MultiPage |
|
|
|
## Extension |
|
|
|
The data loader provides support for loading RVL_CDIP-N in its extended multipage format. |
|
Big kudos to the original authors (first in CITATION) for collecting the RVL-CDIP-N dataset. |
|
We stand on the shoulders of giants :) |
|
|
|
## Required installation |
|
|
|
```bash |
|
pip3 install pypdf2 pdf2image |
|
sudo apt-get install poppler-utils |
|
``` |