Metadata-Version: 1.1
Name: document_clipper
Version: 0.3.0
Summary: A set of utility classes and functions to process documents with Python
Home-page: https://github.com/reclamador/document_clipper
Author: Nick Jaremek
Author-email: nick13jaremek@gmail.com
License: MIT license
Description: ================
        document-clipper
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/document_clipper.svg
                :target: https://pypi.python.org/pypi/document_clipper
        
        .. image:: https://img.shields.io/travis/reclamador/document_clipper.svg
                :target: https://travis-ci.org/reclamador/document_clipper
        
        .. image:: https://readthedocs.org/projects/document-clipper/badge/?version=latest
                :target: https://document-clipper.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/reclamador/document_clipper/shield.svg
             :target: https://pyup.io/repos/github/reclamador/document_clipper/
             :alt: Updates
        
        
        A set of utility classes and functions to process documents with Python
        
        
        * Free software: MIT license
        * Documentation: https://document-clipper.readthedocs.io.
        
        
        Features
        --------
        
        * Fetch the number of pages associated to a PDF file.
        * Extract the coordinates and dimensions of a given text located in a PDF file.
        
        
        =======
        History
        =======
        
        0.1.0 (2017-06-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: document_clipper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
