Metadata-Version: 2.1
Name: PDFScraper
Version: 1.0.4
Summary: PDF text and table search
Home-page: https://github.com/erikkastelec/PDFScraper
Author: Erik Kastelec
Author-email: erikkastelec@gmail.com
License: UNKNOWN
Description: # PDFScraper
        CLI program for searching text and tables inside of PDF documents and displaying results in HTML. It combines [Pdfminer.six](https://github.com/pdfminer/pdfminer.six), [Camelot](https://github.com/camelot-dev/camelot) and [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) in a single program, which is simple to use.
        
        # How to install
        ### Using pip
        
        After installing the dependencies you can simply use pip to install PDFScraper:
        
        <pre>
        $ pip install PDFScraper
        </pre>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
