Prepare for Python packaging - move to ocrmypdf folder

This commit is contained in:
Jim Barlow 2015-07-25 18:22:04 -07:00
parent c270f1ba5f
commit 9adb0d696f
9 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,4 @@
# Copyright (c) 2013-14: fritz-hh from Github (https://github.com/fritz-hh)
##############################################################################
python3 -m src.ocrmypdf "$@"
python3 -m ocrmypdf.main "$@"

View File

@ -88,7 +88,6 @@ def _get_pdfa_def(icc_profile, icc_identifier, pdfmark):
author=pdfmark_utf16.get('author', ''),
subject=pdfmark_utf16.get('subject', ''),
keywords=pdfmark_utf16.get('keywords', ''))
print(result)
return result