mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-23 14:04:43 -04:00
Merge pull request #1613 from bluebox-steven:add-options.work_folder-to-pdfcontext
Set work_folder in PdfContext options initialization
This commit is contained in:
@@ -36,6 +36,7 @@ class PdfContext:
|
||||
plugin_manager,
|
||||
):
|
||||
self.options = options
|
||||
self.options.work_folder = work_folder
|
||||
self.work_folder = work_folder
|
||||
self.origin = origin
|
||||
self.pdfinfo = pdfinfo
|
||||
|
||||
Reference in New Issue
Block a user