Replies: 2 comments 2 replies
-
Hi @farhills, I didn't test this but if you say that in genereal Btw: do you use the official Nextcloud Docker Alpine container? And how did you install |
Beta Was this translation helpful? Give feedback.
-
Success! Thanks for the pointer re. permissions, I was logged in a root when it worked, and as user I am installing from packages via a bash script the executes on container creation:
During my initial trials with the script I noticed that ocrmypdf was only at v12.x, not 14. I added the |
Beta Was this translation helpful? Give feedback.
-
This is more likely a support request, but I don't know a better place to ask.
I'm on NC 25.0.3; Workflow_OCR 1.25.3
Docker environment, alpine linux (Linuxserver container : latest)
I have ocrmypdf correctly installed in the container. Confirmed by running
ocrmypdf -v --redo-ocr test.pdf output.pdf
from a user folder, executed within the container. A new copy of the file is correctly generated with the OCR layer added.When running via cron, there is an error with the 'pluggy' module not found. I'm guessing this has something to do with the docker environment, and files not being located where expected. But I've reached the end of my capability to investigate.
Excerpt:
[...]File \"/usr/lib/python3.9/site-packages/ocrmypdf/__init__.py\", line 8, in <module>\n from pluggy import HookimplMarker as _HookimplMarker\nModuleNotFoundError: No module named 'pluggy',[...]
Full Log:
Any suggestions/help would be much appreciated! Thx
Beta Was this translation helpful? Give feedback.
All reactions