Metadata-Version: 2.0
Name: pdf2textbox
Version: 0.1.3
Summary: A PDF-to-text converter based on pdfminer2
Home-page: https://github.com/0LL13/pdf2textbox
Author: Oliver Stapel
Author-email: hardy.ecc95@gmail.com
License: MIT
Download-URL: https://github.com/0LL13/pdf2textbox/archive/0.1.2.tar.gz
Keywords: PDF,pdfminer2,PDF conversion,text processing
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Text Processing :: General
Classifier: Intended Audience :: Science/Research

The pdf2textbox converter aims at converting PDF that comes                        in up to three columns and a header into text without loosing                        too much information.                        Allows command line parameter -s (--slice) to indicate that                        only part of the PDF document is of interest. Start and end                        page will then either retreived from the document's name                        using either '_' or '|' as delimiters or - if start and end                        page cannot be found - user input is requested.


