Metadata-Version: 2.1
Name: DocuScan
Version: 0.0.1.3
Summary: A light-weight package that can open document files (docx, doc, pdf)
Home-page: https://github.com/mutster/DocuScan-Python
Author: Alex Scotland
Author-email: rocketleaguemarket@gmail.com
License: UNKNOWN
Description: # DocuScan Package
        
        DocuScan is a lightweight document scanner.
        
        DocuScan allows users to open up document types docx,doc,pdf and return the information inside as strings.
        
        DocuScan also allows for manipulation of this information via regular expressions.
        
        [Check out my other projects!](https://github.com/mutster)
        
        
        Installation:
        
        1. run pip install DocuScan
        
        2. import DocuScan
        
        
        Usage:
        
        1. class DocuScan('fileName') to a variable.
        
        ###It is worth noting that the fileName must be in the directory.
        
        2. use print(variable.returnFileText())
        
        3. use print(variable.executeRegex('regex here'))
        
        Functionality:
        
        1. returnFileText() - Returns the text of a file.
        
        2. executeRegex(regexExpression) - creates a list of all matching cases of regexExpression
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
