Belval / pdf2image

A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
MIT License
1.51k stars 187 forks source link

Fixed the issue: when the `single_file` is `True` and the `thread_count` is greater than 1, the `thread_output_file = next(output_file)` will fail. #264

Closed NYF-BRICK closed 5 months ago

NYF-BRICK commented 1 year ago

Fixed the issue: when the single_file is True and the thread_count is greater than 1, the thread_output_file = next(output_file) will fail.