Closed fmap closed 10 years ago
I don't think I've tested pdfminer with python3. I think pdfminer might not work with py3k, so we'd have to write our own pdf parser/generator.
Thanks! It's working a little better with python2
, but it looks like pdfminer
changed their interface recently, breaking all sorts. You're about to receive a pull request, including the commits above.
Ah, interesting. I think one possible solution would be to set the pdfminer dependency to an exact version. I am happy to hear that pdfminer is receiving updates.
Installation woes:
Which indicates
pdfminer
is missing, so:Fantastic, but now:
Which is the latest version of
pdfminer
having the interface this library uses?