This is just a question/clarification:
If we have different versions of PyMuPDF installed in separate Python environments, what is the version of MuPDF that they each use? Do they share a common install of MuPDF, or is each PyMuPDF installed on each separate environment running their own version of MuPDF?
We ask because we want to keep archived versions of Python environments for audit purposes, but since PyMuPDF is using MuPDF behind the scenes, we're wondering what happens when a new version is installed on a different environment.
Thanks for the great tool, JorjMcKie!