refactor: split argparse and run_pipline

This commit is contained in:
Martin Wind
2019-03-26 08:10:20 +01:00
parent 210f134b5b
commit 2fa43ecf09
4 changed files with 708 additions and 683 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ setup(
],
extras_require={'pdfminer': ['pdfminer.six == 20181108']},
tests_require=tests_require,
entry_points={'console_scripts': ['ocrmypdf = ocrmypdf.__main__:run_pipeline']},
entry_points={'console_scripts': ['ocrmypdf = ocrmypdf.__main__:run']},
package_data={'ocrmypdf': ['data/sRGB.icc']},
include_package_data=True,
zip_safe=False,