aaronday3 commited on
Commit
dd9961d
·
verified ·
1 Parent(s): 73fb98e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -12,9 +12,7 @@ License link: [https://www.gnu.org/licenses/agpl-3.0.en.html](https://www.gnu.or
12
 
13
  `pdfs` includes screenplays as PDFs, this is the raw scraped data.
14
 
15
- `text2` includes PDFs converted into .txt directly, some pdfs have formatting issues and some are outright blank or have obfuscated text.
16
-
17
- `texts3` includes OCRd PDFs which mitigate the previous issues but add issues with slight character or formatting errors (like inconsistent newlines)
18
 
19
  Note: Originally we were going to do OCR, however, some morons put image decompression bombs and I can't be bothered to fight that, for now around 1/6 pdfs with DRMs won't be available as .txt format, feel free to convert them to .txt yourself and send a merge request though!
20
 
 
12
 
13
  `pdfs` includes screenplays as PDFs, this is the raw scraped data.
14
 
15
+ `texts` includes PDFs converted into .txt directly, some pdfs (around 1 in 6) have formatting issues and some are outright blank or have obfuscated text. Sort by size and remove blank ones, other cleaning may be necessary.
 
 
16
 
17
  Note: Originally we were going to do OCR, however, some morons put image decompression bombs and I can't be bothered to fight that, for now around 1/6 pdfs with DRMs won't be available as .txt format, feel free to convert them to .txt yourself and send a merge request though!
18