mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-11-02 02:40:44 +00:00
Prepare for Python packaging - move to ocrmypdf folder
This commit is contained in:
parent
c270f1ba5f
commit
9adb0d696f
@ -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 "$@"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user