Replies: 3 comments 6 replies
-
|
Someone please ! |
Beta Was this translation helpful? Give feedback.
-
|
You can fix it by: This work for me but i'm on linux |
Beta Was this translation helpful? Give feedback.
-
|
I finally managed to fix this on Windows PS : dont forget to update your repo and rebuild the image with the optional dependencies before doing the manip: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I hadn't noticed that there was an option to install “PDF viewer, Office extraction; includes AGPL PyMuPDF”.
I just ran the following command lines:
git pull
docker compose build --build-arg INSTALL_OPTIONAL=true
docker compose up -d --build
But after adding a PDF to the library, I still get this message:

Failed to load PDF view: PDF viewer requires PyMuPDF. Install optional PDF dependencies withpip install -r requirements-optional.txt(PyMuPDF is AGPL-3.0).Do you have any idea how to properly configure these options (PDF viewer, Office extraction; includes AGPL PyMuPDF), or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions