diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-17 03:23:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:09 +0700 |
commit | 6973a7d31dc59398e2b54bf2ef7a8b8cd8c50122 (patch) | |
tree | 358e0087b66f4b44d1851863a3cfb4d1baed6794 /office/mupdf/README | |
parent | babd926c0afb138873782a0652c4175f80cdf620 (diff) |
office/mupdf: Updated for version 1.21.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mupdf/README')
-rw-r--r-- | office/mupdf/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/office/mupdf/README b/office/mupdf/README index 4f9b5b1a81ce5..82512e4acd257 100644 --- a/office/mupdf/README +++ b/office/mupdf/README @@ -1,7 +1,7 @@ mupdf is a lightweight PDF, CBZ, and XPS viewer and toolkit. The renderer in MuPDF is tailored for high quality anti-aliased -graphics. MuPDF renders text with metrics and spacing accurate to +graphics. MuPDF renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen. @@ -11,6 +11,10 @@ and more. It also reads XPS and OpenXPS documents. MuPDF is written modularly, so features can be added on by integrators if they so desire. +Optional dependency: tesseract. If this is installed, mupdf will be +built with OCR support. If it's installed but you don't want to build +mupdf with it, export TESSERACT=no in the environment. + Notes: 1. It's no longer possible to build mupdf without JavaScript support. @@ -19,7 +23,3 @@ Notes: regular PDF viewer, and mupdf-x11-curl has support for fetching remote resources from the network (which may be considered a security risk). mupdf-gl uses OpenGL for rendering (and doesn't support curl). - -3. mupdf's PDF digital signature verification and signing support is -disabled in this build, because Slackware 14.2's openssl is too old. -For most users, this is a rarely- or never-used feature anyway. |