diff options
| author | Alexander Verbovetsky <alik@ejik.org> | 2024-04-25 18:50:09 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-25 21:50:25 +0700 |
| commit | b1164db918f2aadecc1d215b00121b14908a4d47 (patch) | |
| tree | d1c33010aa29aa368ec83f84ea57a123f0add1bb /python/python3-PyMuPDF/README | |
| parent | 9aec077536026bb1a9fdb30a5cf33dd076841f7b (diff) | |
python/python3-PyMuPDF: Updated for version 1.24.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-PyMuPDF/README')
| -rw-r--r-- | python/python3-PyMuPDF/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/python/python3-PyMuPDF/README b/python/python3-PyMuPDF/README index da799f0765..9a35043dd8 100644 --- a/python/python3-PyMuPDF/README +++ b/python/python3-PyMuPDF/README @@ -12,8 +12,13 @@ can also be handled like documents: .png, .jpg, .bmp, .tiff, etc. krop (available on SBo) can use PyMuPDF for both rendering and cropping. -To be on the safe side, keep the version of python3-PyMuPDF in sync with -the mupdf version. +Mupdf is not a dependency because all of the necessary code is built +into PyMuPDF. -Optional autodetected dependencies are python-fonttools, tesseract, and +Optional runtime dependencies are python3-fonttools, tesseract, and python3-pymupdf_fonts. + +To enable Tesseract OCR functions in PyMuPDF, the software must be +installed and the system environment variable TESSDATA_PREFIX must +be defined as follows: +export TESSDATA_PREFIX=/usr/share/tessdata |
