Metadata-Version: 2.1
Name: watermark-remover-cli
Version: 0.0.1
Summary: Watermark Remover for PDFs and Images
Home-page: https://github.com/Mupati/watermark_remover_cli
Author: Kofi Mupati
Author-email: scientificgh@gmail.com
License: UNKNOWN
Description: ## watermark_remover_cli
        
        A simple package for removing watermarks from PDFs and images.
        
        I built a web application as well. This is the link: [Watermark Remover Web App](https://watermark-remover.herokuapp.com)
        
        ## TODO
        It currently works for PDFs with colored watermarks and black text for the main content
        - [ ] Handle image input
        - [ ] Making it generic for colored text
        - [ ] Removing watermarks with drop-shadows
        - [ ] Determining color of text with color histograms with KNN Alogrithm or another technique
        
        
        ## Done ✓
        - [x] Handle PDF input
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
