mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-04 12:48:02 -04:00
I've fiddled/struggled with this by myself, by getting a permission error like this one: ```shell OutputFileAccessError: Output file location (./output.pdf) is not a writable file. ``` I've loosely followed and found https://github.com/containers/podlet?tab=readme-ov-file#in-a-container and explained the required flags in a similar way, but adapted for this tool (it likely won't be used so much on system files). I've tested it and it works fine for me. The same issue may be on Docker rootless, but I guess people will get that and I cannot test it here.