Metadata-Version: 2.1
Name: scan-merge
Version: 1.0
Summary: Tool to merge 
Home-page: https://github.com/VorpalBlade/scan_merge
Author: Arvid Norlander
Author-email: VorpalBlade@users.noreply.github.com
License: GPL-3.0
Description: # scan_merge
        
        This is a simple tool to merge scanned PDFs if you have scanner with a document
        feeder but that doesn't support double sided pages.
        
        The idea is to scan the document stack into two PDFs, a forward one of the front
        of the pages and a backward one with the back of the pages. Then this script can
        be used to merge the two into a coherent single PDF with the pages in order.
        
        # Install
        
        It is recommended to install this from PyPi:
        
        ```
        pip install scan-merge
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Scanners
Description-Content-Type: text/markdown
