Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conversion: Do not let PyMuPDF print to stdout
PyMuPDF has some hardcoded log messages that print to stdout [1]. We don't have a way to silence them, because they don't use the Python logging infrastructure. What we can do here is silence a particular call that's been creating debug messages. For a long term solution, we have sent a PR to the PyMuPDF team, and we will follow up there [2]. Fixes #700 [1]: #700 [2]: pymupdf/PyMuPDF#3137
- Loading branch information