File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Here are the definitions:
6868
6969## What's new?
7070
71+ - Fix console opening on Windows (Thank you @OhMyAgnes !)
7172- Add ` timeout ` parameter which raises ` PDFPopplerTimeoutError ` after the given number of seconds.
7273- Add ` use_pdftocairo ` parameter which forces ` pdf2image ` to use ` pdftocairo ` . Should improve performance.
7374- Fixed a bug where using ` pdf2image ` with multiple threads (but not multiple processes) would cause and exception
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "pdf2image" ,
15- version = "1.15.0 " ,
15+ version = "1.15.1 " ,
1616 description = "A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list." ,
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments