Update README.md
Browse files
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 |
-
`
|
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 |
|