timClicks / slate

The simplest way to extract text from PDFs in Python
http://timmcnamara.co.nz/
GNU General Public License v3.0
428 stars 139 forks source link

Slate is broken in PyPI #16

Closed ranisalt closed 8 years ago

ranisalt commented 9 years ago

Something in pdfminer has changed and PDFDocument class is not in pdfminer.pdfparser anymore, it's now in pdfminer.pdfdocument. I figured out you have fixed this problem here in GitHub, but the version in PyPI still has this problem. Could you please reupload it?

filwaitman commented 9 years ago

:+1:

Same problem here. =/ Reuploading on Pypi must solve this.

SimKennedy commented 9 years ago

+1 I've got the unenviable task of automating conversion of many microsoft documents (pdf, doc, xls, etc.) to txt format. The PDF miner usage is so messy that I really appreciate your work here. I'd like to automate the install with pip for simplicity though so would really appreciate a PyPi update :)

jasco commented 9 years ago

I had the same problem. pip install from pypi installs 0.3. In the meantime I was able to install 0.4.1 directly from github pip install git+https://github.com/timClicks/slate

schamp commented 9 years ago

Thanks for those instructions, @jasco, that was just what I needed.

timClicks commented 9 years ago

Sorry for letting this slide (2015 has been a difficult year). I'll need to check that PyPI can understand the python 2 vs python 3 dependency change, but there should be a new PyPI version up pretty soon!

timClicks commented 8 years ago

New version up on PyPI :checkered_flag:

ranisalt commented 8 years ago

Oh yeah! Sweet, thanks Tim.