Metadata-Version: 1.1
Name: xpdf-python
Version: 0.0.1
Summary: Python wrapper for xpdf
Home-page: https://github.com/ecatkins/xpdf_python
Author: Edward Atkins
Author-email: ecatkins@gmail.com
License: BSD
Download-URL: https://github.com/ecatkins/xpdf_python/tarball/0.0.1
Description: xpdf python
        ===============================
        
        version number: 0.0.1
        author: Edward Atkins
        
        Overview
        --------
        
        Python wrapper for xpdf
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install xpdf_python
        
        
        Or clone the repo:
        
            $ git clone https://github.com/ecatkins/xpdf_python.git
            $ python setup.py install
        
        
        Must first use install xpdf using 1) instructions for your OS found (here) [http://www.foolabs.com/xpdf/download.html] OR 2) the bash scripts found in the install_xpdf subdirectory
            
        Supported by
        ------------
        
        (Dealstat REI) [http://dealstatrei.com/]
        
        Contributing
        ------------
        
        TBD
        
        Example
        -------
        
            from xpdf_python.pdf import to_text
        
            pdf_location = '/path/to/my.pdf'
            text = to_text(pdf_location)
        
        
           
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
