mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-04 20:54:18 -04:00
Add "Postprocessing" message as a hint for long Ghostscript runs
This commit is contained in:
@@ -288,6 +288,7 @@ def exec_concurrent(context: PdfContext):
|
||||
pdf = ocrgraft.finalize()
|
||||
|
||||
# PDF/A and metadata
|
||||
log.info("Postprocessing...")
|
||||
pdf = post_process(pdf, context)
|
||||
|
||||
# Copy PDF file to destination
|
||||
|
||||
Reference in New Issue
Block a user