davanstrien HF Staff commited on
Commit
8031919
·
verified ·
1 Parent(s): 349d844

Add page-level text and image extraction (#2)

Browse files

- Add page-level text and image extraction (13e8e292eaaf520532906791e7bf15ba163f0f64)

README.md CHANGED
@@ -17,6 +17,77 @@ language:
17
  - fr
18
  - es
19
  pretty_name: DOAB Open Access Books Metadata Extraction Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
  # DOAB Open Access Books - Metadata Extraction Dataset
 
17
  - fr
18
  - es
19
  pretty_name: DOAB Open Access Books Metadata Extraction Dataset
20
+ dataset_info:
21
+ features:
22
+ - name: record_id
23
+ dtype: string
24
+ - name: title
25
+ dtype: string
26
+ - name: subtitle
27
+ dtype: string
28
+ - name: statement_of_responsibility
29
+ dtype: 'null'
30
+ - name: authors
31
+ dtype: 'null'
32
+ - name: editors
33
+ dtype: 'null'
34
+ - name: publisher
35
+ dtype: string
36
+ - name: publication_year
37
+ dtype: string
38
+ - name: isbn
39
+ list: string
40
+ - name: subjects
41
+ list: string
42
+ - name: language
43
+ dtype: string
44
+ - name: url_doab_handle
45
+ dtype: string
46
+ - name: url_pdf
47
+ dtype: string
48
+ - name: url_doi
49
+ dtype: 'null'
50
+ - name: url_oapen_viewer
51
+ dtype: 'null'
52
+ - name: url_other
53
+ list: string
54
+ - name: license_type
55
+ dtype: string
56
+ - name: license_url
57
+ dtype: string
58
+ - name: license_version
59
+ dtype: string
60
+ - name: license_text
61
+ dtype: string
62
+ - name: abstract
63
+ dtype: string
64
+ - name: series
65
+ dtype: string
66
+ - name: physical_description
67
+ dtype: string
68
+ - name: raw_marc
69
+ dtype: string
70
+ - name: pdf_path
71
+ dtype: string
72
+ - name: page_texts
73
+ list: string
74
+ - name: page_numbers
75
+ list: int64
76
+ - name: num_pages
77
+ dtype: int64
78
+ - name: page_images
79
+ list: image
80
+ splits:
81
+ - name: train
82
+ num_bytes: 9631218054
83
+ num_examples: 8086
84
+ download_size: 9289649199
85
+ dataset_size: 9631218054
86
+ configs:
87
+ - config_name: default
88
+ data_files:
89
+ - split: train
90
+ path: data/train-*
91
  ---
92
 
93
  # DOAB Open Access Books - Metadata Extraction Dataset
data/{train-00000-of-00015.parquet → train-00000-of-00020.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68222e9384b880ce004d0bb908f8414f1e0a3145d38d50a59501f7acf46e1bfd
3
- size 415919214
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf38739cb3e77982833049e6c2766aa46bf47b6054a6a63b695555814213d0e
3
+ size 467612415
data/{train-00001-of-00015.parquet → train-00001-of-00020.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:520e88d01c28522021bf55a2e7ce6a146363e0517c8cc714e2f8911805e243ca
3
- size 431723195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e6ac4b466c6484955b80f5e9968c3684cc1d07d09325dccbe2f7e73582fb9c
3
+ size 449944184
data/{train-00002-of-00015.parquet → train-00002-of-00020.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce719c5a94083189fa77c53e484f04d16f40d8ca33f1ea3a39cbdce06bcb53c7
3
- size 476057104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f780b1aa5dfae24c3988864138b52132bfac7c7fc5e1c9fb7a49a1a8c37af6
3
+ size 403622474
data/{train-00003-of-00015.parquet → train-00003-of-00020.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80d13d9b7c0663a13e5376a7c0ec21c360387e48407ad03477af68d3e5c3fe1f
3
- size 406564144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cdaae55f2f69f3dc464babf15895868a353b3c4c398641e8d4e4297fdb5d9fc
3
+ size 406700535
data/train-00004-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee39901c1cc829e482866159956da22229365d102fdd3b9f391c7dc8a65ac78e
3
- size 432972324
 
 
 
 
data/train-00004-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792be6d53302b8e6d3fb44fbdb7096245dc7490140256be2597b2420a0e304ef
3
+ size 465487586
data/train-00005-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c90f67b4adb31bae0fcee27f56eec109ee12d64c9d76e3863a0b67d7f40c3557
3
- size 513751533
 
 
 
 
data/train-00005-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1dda8515221af079d0decf73d4771f5cd128b0d0a35348e90242e5ec89d493
3
+ size 488955266
data/train-00006-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f22f5d03117591e3e24430cfdfefb269f87771e261b6fc997b354bec52a1853a
3
- size 470598485
 
 
 
 
data/train-00006-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a715ed2831ce1e77a96b42532476ccac2f00189cab31edf3c5ccf0f24c9fea17
3
+ size 456636160
data/train-00007-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec007e1b4429ec9e8980d6c641f5b19b553330f30e542e9b00c0b0f90d0e9ef9
3
- size 469073569
 
 
 
 
data/train-00007-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4a01dd77e761e2fcae2a4f337d06ab54acc1e76133e901bddc89294ab0001e
3
+ size 454924569
data/train-00008-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:510f5e12b4df82c18d6663524c43ec34bb3fbc273936624110eb00356b3e4be5
3
- size 430940628
 
 
 
 
data/train-00008-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168b16e5c6209ee94f320e5468d3b9d39bc3f70ca10dfc34f9492ee6c8c46e30
3
+ size 460238293
data/train-00009-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:97a0a71c28b1d9c78de17a4e901e12d6fb1011f4a990b1b57b6c55737bbf7c67
3
- size 642484885
 
 
 
 
data/train-00009-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b964d9503edd537432e38e690c176880bbd48608fb79be76c44284dd3e13fffa
3
+ size 413816122
data/train-00010-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f20f567f53f58874978e13beb41549405f98e0cff0e9e2e3b7f59eb3cfac8bbc
3
- size 343598585
 
 
 
 
data/train-00010-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cf9917e6b756758b80988861de57d8956ccf67e484aa572b0dac38d14701db
3
+ size 479848462
data/train-00011-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbac8eca007e272f7acf70daec1688651720430b4d1576372777a4b14b2c3e23
3
- size 286977253
 
 
 
 
data/train-00011-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2dabd34a61d19a8694b62fe91f01e4a76a05f82b14f2599f7a2a4c4afc8142
3
+ size 705189125
data/train-00012-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb01ca364c8bdf59e61c641efc5820c61bb3cf7261b57307611eaef3c8366dcd
3
- size 343609897
 
 
 
 
data/train-00012-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eff80b152b84090e9768b12de1f85d2ccd037d61208865c9b3d94ea8de29672
3
+ size 419219617
data/train-00013-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fbcb586751e5a96aa874d11e55e9aa7f9d2012f422c1f0ddce75e5c2e6b0ea5
3
- size 664321173
 
 
 
 
data/train-00013-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04bce7fa7fa3264ab2755f938d14be6f8dcb9f488febe25ea4401885d3faca6
3
+ size 361416180
data/train-00014-of-00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbd77ac986e4edec5d6083e65fbbe96b624fd10ecab2592a6aefb7f6a783fcbf
3
- size 556349853
 
 
 
 
data/train-00014-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a31e8d8800995719cf85f8aaee736bf8cb297e669cbccffdbdacdac4ba284d
3
+ size 313328390
data/train-00015-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a06addc8f6833bb4c7e47dcbba7bf4e8a9b2f50989d6ee9d9dd87601c87e52
3
+ size 318517890
data/train-00016-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6900920f4ebbb38609a2b7391f5d026cbc366873449fa2ab92341a0066110ad7
3
+ size 474671468
data/train-00017-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941947baea7940e771f0225ede93720fe7454df2b850c0041714255249819f85
3
+ size 614593057
data/train-00018-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a32d20a8c2e99287ecfcbba2a735fddfed1475874185564952f16d81dde0a9
3
+ size 593327116
data/train-00019-of-00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3169e552e618b5f76d91ebe5641c7711902c6a65b774754917155780bcfb3c49
3
+ size 541600290