A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
MIT License
1.66k
stars
195
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
Fixed the issue: when the
single_file
isTrue
and thethread_count
is greater than 1, thethread_output_file = next(output_file)
will fail.