From 0552f41442d6452b624e95c1a965b8c0c7d2951d Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Sun, 23 Aug 2020 13:40:36 -0400 Subject: [PATCH] Version 1.14.0 --- pdf2image/pdf2image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pdf2image/pdf2image.py b/pdf2image/pdf2image.py index 5a25a53..4f88564 100644 --- a/pdf2image/pdf2image.py +++ b/pdf2image/pdf2image.py @@ -259,6 +259,7 @@ def convert_from_bytes( size -> Size of the resulting image(s), uses the Pillow (width, height) standard paths_only -> Don't load image(s), return paths instead (requires output_folder) use_pdftocairo -> Use pdftocairo instead of pdftoppm, may help performance + timeout -> Raise PDFPopplerTimeoutError after the given time """ fh, temp_filename = tempfile.mkstemp()