There was an error while loading. Please reload this page.
1 parent ce354e1 commit 27497dcCopy full SHA for 27497dc
1 file changed
pdf2image/pdf2image.py
@@ -213,7 +213,7 @@ def convert_from_path(
213
except TimeoutExpired:
214
proc.kill()
215
outs, errs = proc.communicate()
216
- raise PDFPopplerTimeoutError("Run poppler poppler timeout.")
+ raise PDFPopplerTimeoutError("Run poppler timeout.")
217
218
if b"Syntax Error" in err and strict:
219
raise PDFSyntaxError(err.decode("utf8", "ignore"))
0 commit comments