File size: 1,107 Bytes
8990d23 |
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 |
---
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
``` |