Metadata-Version: 2.1
Name: pdf_segregation
Version: 1.0.0
Summary: This module will return whether PDF is Digital, Non-Digital or Mixed.
Home-page: UNKNOWN
Author: Kishan Tongrao
Author-email: kishan.tongs@gmail.com
License: UNKNOWN
Description: After installation use syntax : 
        
            from pdf_segregation import pdf_classifier
        
            result = pdf_classifier.digital_nondigital_classifier("scansmpl.pdf")
        
            # scansmpl.pdf replace with your file name.
        
            print(result)
        
            # It will return Digital, Non-Digital or Mixed based on document.
        
        
            This is the first pip library I am publishing. In future the exception handling and 
        
            and detailed classification is going to included in code.
        
        
            
        
            Thanks and Enjoy !!!
        
        
        
            
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
