pdfquery
pdfquery copied to clipboard
Fix range() page numbers for Python3 & prevent long cache file names
This should fix issue #67
In Python 3 a range()
is not converted to a list by default which breaks the _flatten
function used for flattening the list of page numbers
I prevented long cache file names by md5-hashing the list of page numbers