diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-06-22 23:11:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-22 23:12:11 +0700 |
commit | 5a03b6defcf24658456f0d1e0aa86dd91aadd61b (patch) | |
tree | 8616965f7cc120cfdf7e1cf5d495ac5dd6be62c8 /python/python3-PyMuPDF/README | |
parent | b587b4f03416f487215bf54ab2e8bb7f1f5bf02e (diff) |
python/python3-PyMuPDF: Added (Python binding for mupdf).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-PyMuPDF/README')
-rw-r--r-- | python/python3-PyMuPDF/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python3-PyMuPDF/README b/python/python3-PyMuPDF/README new file mode 100644 index 0000000000..93c234c837 --- /dev/null +++ b/python/python3-PyMuPDF/README @@ -0,0 +1,16 @@ +PyMuPDF adds Python bindings and abstractions to MuPDF, a lightweight +PDF, XPS, and eBook viewer, renderer, and toolkit. Both PyMuPDF and +MuPDF are maintained and developed by Artifex Software, Inc. + +MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (eBooks) +formats, and it is known for its top performance and exceptional +rendering quality. + +With PyMuPDF you can access files with extensions like .pdf, .xps, +.oxps, .cbz, .fb2 or .epub. In addition, about 10 popular image formats +can also be handled like documents: .png, .jpg, .bmp, .tiff, etc. + +krop (available on SBo) can use PyMuPDF for both rendering and cropping. + +Optional autodetected dependencies are python-fonttools, tesseract, +Pillow, pymupdf-fonts. |