pszemraj commited on
Commit
185d974
·
verified ·
1 Parent(s): 5a2b380

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-text-to-text
5
+ - image-feature-extraction
6
+ language:
7
+ - en
8
+ tags:
9
+ - pdf
10
+ - ocr
11
+ size_categories:
12
+ - 100K<n<1M
13
+ ---
14
+
15
+ # govdocs1: source PDF files
16
+
17
+
18
+ This is ~220,000 open-access PDF documents from the dataset [govdocs1](https://digitalcorpora.org/corpora/file-corpora/files/)
19
+
20
+
21
+ ## Recovering the data
22
+
23
+ Download the `data/` directory (with `huggingface-cli download` or similar) extract the tar pieces:
24
+
25
+ ```sh
26
+ cat data_pdfs_part.tar.* | tar -xf - && rm data_pdfs_part.tar.*
27
+ ```