diff options
-rw-r--r-- | python/sandcrawler/pdfextract.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/pdfextract.py b/python/sandcrawler/pdfextract.py index d650e28..26c7eff 100644 --- a/python/sandcrawler/pdfextract.py +++ b/python/sandcrawler/pdfextract.py @@ -25,6 +25,7 @@ BAD_PDF_SHA1HEX = [ "b2b66b9c7f817a20144456f99c0be805602e8597", "d6b0f405bf13c23d0e90c54eea527442786d1cd3", "445968ef735b228c08c3ff4238d99fc9f4824619", + "09cba9b00494d12759c50cb914f1fb7c9746f5d1", ] @dataclass |