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 2cfdb7a430
commit c888b3dfd3
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 = "*"