I am trying to install the PDFMiner library, and after downloading the tar.gz file from
https://pypi.python.org/pypi/pdfminer/
Afterwards, it says to run the setup.py file, but after extracting the files using 7ZIP, for some weird reason there is no setup.py file. I have attached an image of how the extracted folder looks like.
To install PDFMiner, follow these step-
Install python 2.4 or newer. (Python 3.x is not supported.)
Download the PDFMiner source.
Unpack it. (ie. extract the archive)
Run setup.py to install: python setup.py install
That's it!