#PDF summarizer Library that parses PDF files for text, extracts keywords, and performs content summarization.
##Installation
On OS X: make sure you have the latest xcode command line tool installed before installing this package.
Make sure you have Python 2.7 and pip installed. Simply run:
$ [sudo] pip install git+git://github.com/kzabashta/pdf-summarizer.git
Or:
wget https://github.com/kzabashta/pdf-summarizer/archive/master.zip
$ unzip master.zip # extract the downloaded file
$ cd pdf-summarizer/
$ [sudo] python setup.py install # install the package