loongson/pypi/: pymupdf-1.24.9 metadata and description

Simple index

A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

author Artifex
author_email support@artifex.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • Operating System :: MacOS
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX :: Linux
  • Programming Language :: C
  • Programming Language :: C++
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Utilities
  • Topic :: Multimedia :: Graphics
  • Topic :: Software Development :: Libraries
description_content_type text/markdown
license GNU AFFERO GPL 3.0
project_urls
  • Documentation, https://pymupdf.readthedocs.io/
  • Source, https://github.com/pymupdf/pymupdf
  • Tracker, https://github.com/pymupdf/PyMuPDF/issues
  • Changelog, https://pymupdf.readthedocs.io/en/latest/changes.html
requires_python >=3.8

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
PyMuPDF-1.24.9-cp310-none-linux_loongarch64.whl
Size
22 MB
Type
Python Wheel
Python
3.1.0
PyMuPDF-1.24.9-cp39-none-linux_loongarch64.whl
Size
22 MB
Type
Python Wheel
Python
3.9

PyMuPDF

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

Community

Join us on Discord here: #pymupdf

Installation

PyMuPDF requires Python 3.8 or later, install using pip with:

pip install PyMuPDF

There are no mandatory external dependencies. However, some optional features become available only if additional packages are installed.

You can also try without installing by visiting PyMuPDF.io.

Usage

Basic usage is as follows:

import pymupdf # imports the pymupdf library
doc = pymupdf.open("example.pdf") # open a document
for page in doc: # iterate the document pages
  text = page.get_text() # get plain text encoded as UTF-8

Documentation

Full documentation can be found on pymupdf.readthedocs.io.

Optional Features

About

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.

PyMuPDF was originally written by Jorj X. McKie.

License and Copyright

PyMuPDF is available under open-source AGPL and commercial license agreements. If you determine you cannot meet the requirements of the AGPL, please contact Artifex for more information regarding a commercial license.