Open MartinThoma opened 4 years ago
Why dead ? Everything works. Just try this way: with open('example.pdf','rb') as f: doc = slate.PDF(f)
If you have error with import utils - just install it - pip install utils
Dead in the sense that no development / maintenance happens. The fact that it took a year to get an answer speaks for itself.
A lot of this would be fixed by PR #53
In the meantime I became the maintainer of PyPDF2. I can recommend to use PyPDF2 as we cover many use cases, have a large user base and some very active contributors
i finally went reviewing all my old issues and PRs and saw i had a PR here from 6 years ago. i just closed it because i imagine it won't ever get merged and i don't want to see 50-year old PRs when i'm 70 :)
Hi Tim, as the last commit was in 2017, I assume slate is dead. Maybe you can set the development status to
Development Status :: 7 - Inactive
?Which libraries would you recommend for reading PDF files?