In case pikepdf fails to convert an image to a PIL image, fall back to converting pages to PIL images

This commit is contained in:
Trenton H
2022-10-04 12:55:50 -07:00
parent fb2efe5ab8
commit caf4b54bc7
4 changed files with 104 additions and 9 deletions

View File

@@ -57,6 +57,7 @@ celery = {extras = ["redis"], version = "*"}
django-celery-results = "*"
setproctitle = "*"
nltk = "*"
pdf2image = "*"
[dev-packages]
coveralls = "*"