We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73154b9 + 4babdfc commit 91c5b1eCopy full SHA for 91c5b1e
1 file changed
src/ocrmypdf/_jobcontext.py
@@ -36,6 +36,7 @@ def __init__(
36
plugin_manager,
37
):
38
self.options = options
39
+ self.options.work_folder = work_folder
40
self.work_folder = work_folder
41
self.origin = origin
42
self.pdfinfo = pdfinfo
0 commit comments