Skip to main content

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

Project description

PyMuPDF

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

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 fitz # imports the pymupdf library
doc = fitz.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

  • fontTools for creating font subsets.
  • pymupdf-fonts contains some nice fonts for your text output.
  • Tesseract-OCR for optical character recognition in images and document pages.

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.

Contact

Join us on Discord here: #pymupdf

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyMuPDF-1.23.21.tar.gz (75.3 MB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.23.21-cp312-none-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

PyMuPDF-1.23.21-cp312-none-win32.whl (3.2 MB view details)

Uploaded CPython 3.12 Windows x86

PyMuPDF-1.23.21-cp312-none-manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12

PyMuPDF-1.23.21-cp312-none-manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12

PyMuPDF-1.23.21-cp312-none-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

PyMuPDF-1.23.21-cp312-none-macosx_10_9_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

PyMuPDF-1.23.21-cp311-none-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

PyMuPDF-1.23.21-cp311-none-win32.whl (3.2 MB view details)

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.23.21-cp311-none-manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11

PyMuPDF-1.23.21-cp311-none-manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11

PyMuPDF-1.23.21-cp311-none-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.23.21-cp311-none-macosx_10_9_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

PyMuPDF-1.23.21-cp310-none-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

PyMuPDF-1.23.21-cp310-none-win32.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.23.21-cp310-none-manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10

PyMuPDF-1.23.21-cp310-none-manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.10

PyMuPDF-1.23.21-cp310-none-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.23.21-cp310-none-macosx_10_9_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyMuPDF-1.23.21-cp39-none-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

PyMuPDF-1.23.21-cp39-none-win32.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.23.21-cp39-none-manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9

PyMuPDF-1.23.21-cp39-none-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.23.21-cp39-none-macosx_10_9_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyMuPDF-1.23.21-cp38-none-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.23.21-cp38-none-win32.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.23.21-cp38-none-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8

PyMuPDF-1.23.21-cp38-none-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.23.21-cp38-none-macosx_10_9_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file PyMuPDF-1.23.21.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.23.21.tar.gz
  • Upload date:
  • Size: 75.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21.tar.gz
Algorithm Hash digest
SHA256 79539ff09c5b7f8091bea3a9d48cd2490c1a14a3733589f280a4f48c51582c4c
MD5 c8c297b7180bbc71d9292bb0beceec72
BLAKE2b-256 659d3e9ef1ed83d9cb876d37a2b312803a26137cb619d38fca9ac296ce305834

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 e1e65862414aee6f24a6cb83498f6de53544d56b18e948ccde41bd5f7743a554
MD5 9d724f571dc2fb35c88502d8b7ea1e41
BLAKE2b-256 64b8b0c9d52fe546921643e43e33d0299f4c8072b56976477e2edb4461d47fd5

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp312-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp312-none-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp312-none-win32.whl
Algorithm Hash digest
SHA256 01f550922196082dd571e9a831a0d69b5b2c2493636d9a69dc6bcb0dca122198
MD5 1154d7c2d5d4a4cd22773f97ccb70927
BLAKE2b-256 bb080354d912664b8feb6968243f91154986d3345c301bae381985c28b2288b1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp312-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 654ae0c2461af7c07beb73eb9d3814bc27de5e6dae4859fb1f565c46ddce012d
MD5 444b2595f2d080cc499f719f0bcd4932
BLAKE2b-256 6d3e6233051e6abb05f836113bcd9df63c59d9c0e1bdc8b07e051b7157cf5535

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp312-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp312-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e237eb0b1ef3c1f6526cca5f69f9d907d76a8822da5e33e673a0cf3d3e17773
MD5 b001c690f384bbba6dac898b179463a0
BLAKE2b-256 cb742002be56c13eb5ac7ebb9d70256779197a3fd4e830f68cfad6e55ccaceb1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp312-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b39a0b278b35e0383757963fd7079ccbbd9544dcd0ef63157f45f4a223b2d35
MD5 5909e83663608afa86c2a129ca86469c
BLAKE2b-256 a698b37c7143edbaef7c12dfcb3687a9cbe653b90031bca3251773fa613663c3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp312-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4c3b4b71357095be83ba101a09fc4755067140b6a19825cda0263c956eaa8bc
MD5 5a5ac485a786e6f21a2e4929a75597e3
BLAKE2b-256 3eb483d8961192700a8751077484d0aaeaa589c2faad1da438aa2bb74b6043d6

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 05695ee414b5e21a5da62050fe565c1fc047850e23ebde93c8ff6198a069f4b7
MD5 407861acaf0c57c8b2b61958c3a75426
BLAKE2b-256 ac94b45597aa919ab48a8aea21d53efafaf4b4ab0c3c129c932491b6c6cf9498

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp311-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp311-none-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp311-none-win32.whl
Algorithm Hash digest
SHA256 2ae10b29d1a4dc0508ab4a8cff0f4746ec0a539a18520a85d7b45a2293fdf0b2
MD5 a0a75ec609134e5677ca85be41dc372b
BLAKE2b-256 64a2b258868a38f0d51532f031f608a31b549ef1a86d769b72b1abc693ec6fa4

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp311-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be10b620d467503b743e244e81f573c84155f81b1ced54d6ce239a339a8af576
MD5 6878900b6e101d7fae87142600ae0ef2
BLAKE2b-256 32bc77aaaa356751a7d9277d93d637bcacd811d2e528310e970142267ad1e905

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp311-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp311-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c21b5cb7ea7603f99c4dded8514ee73c5c2711b7f43b5606fd0181f873e98fd
MD5 712984eff87bed5a9b4b7e71d2e999c1
BLAKE2b-256 cbce108f4d07ecc27af15dfda83c60f3d41c037c70502072951bc77446cdde6b

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp311-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 317a7d21aad5b853a2ca70bde2ab7438f845ca1f3a95236761b9cb40b2f7285f
MD5 afb0744a35f922b850b89a15758b1043
BLAKE2b-256 f107d0310f189fd58d70dfc6484ea9b3b03b87a94b13da166c695caf204440dc

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp311-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 640b0f3a740f173ee725a8f7d6af3c0bdff268d9514618cf049c9b4ff8046d7d
MD5 d91cdc451371f289661767f8b7e713e3
BLAKE2b-256 1d2fba65d9c008073ead2866cede9fa3df14352695c79c35622186d0fcbe66d5

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 8edc13a96428639a2836b45c7670d114c09247d35e131191f373ef895467d864
MD5 e86e55e401c9de76a41b39c806e26342
BLAKE2b-256 288e46d8e86c390c996913694d810fe215778166c18372a9c51e7451e6dc2a09

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp310-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp310-none-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp310-none-win32.whl
Algorithm Hash digest
SHA256 623ad46cef6d52e43de79acf25bfc0e549ed90ab37d7e34563feed0b8a5bbc7e
MD5 62d412f0c362f11d912c70aba874da5a
BLAKE2b-256 abe3dfe5f8faef32b22925add03d608c5ab9c22645c8cd566784a01fa182f502

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp310-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13f86a2e95a36c78a21ad2642d603cc20e592dda34d75da035af6cf544527aca
MD5 1822e09ea9e55c25fb8b470e9b1f8711
BLAKE2b-256 54d3b43547a881bc38de2d882821f29441b82909839d5289b4b3f77806d6f5d1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp310-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp310-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad836ab47617fd998e7637df5a702bec01e5e7617f0b79e1fe09efbe2bd83b6d
MD5 9976b06188388ba30916be1230383087
BLAKE2b-256 ec5b3c8a5ff7d1aa356ffe093b19c2f2a59ea2b942b13ae8c3483e9edc4c6adb

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp310-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a20550ce63120d98150a62eba0ed78536ab3ed46d30772805d9f39c8ad68df7
MD5 42d6fa81707f74d3e1a31fc423bf4709
BLAKE2b-256 ebcdc5a76963be6258262d71439db26384abd7d9b63cf676e1fccba0085dab52

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp310-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92c24269dabc7f935ed6f27d8111c1f302cf17e2eb8659b12106dd7f06ccc8d3
MD5 4e3e2195fc9d64e58a45be70de79f805
BLAKE2b-256 2e4a47eb352c92536ae1e2346fbcd8dd6843ff47c118c12e509e62b181c3321f

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp39-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 46cd9a3acee024df0f3e9ec93b6ea2744b4927da2be3026a185c899f52d4147c
MD5 92fb68bb0f799b6ce1f071b4abbfada5
BLAKE2b-256 a87bfcfbbf9aa3a35e3fa7bd1fd207a6e64207932cfdc4c0fff538219e6e32f1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp39-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp39-none-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp39-none-win32.whl
Algorithm Hash digest
SHA256 222737457b9c003b4aebd06a9d7c633115de6f64700a3b4cab3eb3ed72243ae8
MD5 26a81b0d2c7b0591a97874d940eee9aa
BLAKE2b-256 9899a8e45db905dc2e56b3b8754495e1f0e27457610a60c97383f19dde5d0452

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp39-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp39-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 033f80485b336ffd2577f4b99a1b6bd60567b2d1722288e88376b995f26c2994
MD5 7f4a992128eaa6b94ddcce7d310371c0
BLAKE2b-256 fa2ffa928e2849253106fa1e67f35715c1b1c8ef85bdf7c775d7807a3f5aa55d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp39-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp39-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a977217a0f5dffb9ba422e547abbcffad7f3c62f3b6e488fec7ad1a74cc8d50
MD5 207a72a6f9d9f9462fc80b3ea3251cf0
BLAKE2b-256 30ac78d052cf89a9a3321153c2894087392f8ed90edcd0cdb1393d10f4691a07

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp39-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp39-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf8f7fa728c1942724105b08fe2b9cf711168b8ecf3aa883528633486f43456d
MD5 568ebf7644fd2c27e63d1e85032ead7a
BLAKE2b-256 ffe3c5e3461c9baabe88a9bba7c301647321b0489ea609fa69c9b35169904dad

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp39-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd3e6d49cad384f2ad2bd9a00e3e4fcdf09155e84fd7cf26bc1cec04eddfe67a
MD5 17f7d24b0c762c48d631bb65848f3d38
BLAKE2b-256 0f324a3238d0d2061705cbefc6964479be19e3af8578aac1be318359c903a1f4

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp38-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 1a0c30294d975efc4d31f23fae67ab6439ee215728d87be91a05e8b500abeabe
MD5 97b4c206f48aac45b07e6c5422b8abdd
BLAKE2b-256 ed5f7d5c554e88802463c61da6d214465c0450e54e17b8f7fd7dafd1bf8d7da8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp38-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.23.21-cp38-none-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyMuPDF-1.23.21-cp38-none-win32.whl
Algorithm Hash digest
SHA256 130ad0c7b710060197b1e7dfdf3b64dbc2a07cc170a7dbcaf7d9b06ea861d6d1
MD5 55a6b8235da283b77db82b8e850f1621
BLAKE2b-256 88cfb30a89acfa03acceab05820135d07ae9eb24f8bfb603928d1bd8b73cfbf1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp38-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp38-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8141e6a01254b8b048b45eef3b87b826f4397110357d478262816487d219651
MD5 5b166de848fc8a64d72721f4e2293c8a
BLAKE2b-256 f9e874e6302cd66f53464f75c8eb45f9d585cb6cac85e9c41dcee1542c4ec241

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp38-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp38-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b624b782a9cf38068048cde973d662f887ddb4c7de49e259797f5c6ffa84f0c
MD5 e49a0f1f235e4bb522d6ed2de2182185
BLAKE2b-256 6c0bbbfa2b23f2c2e9ea61f563ae913af6849e6105789ddbbb7e8cdb28e7124e

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp38-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp38-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31fe84ec377d37d940e1780936b9441ee1922b72a5e311e637f923bfbc38eaf7
MD5 8125f7dd36d88dd6647c3b2d7b3fd9ca
BLAKE2b-256 8119441d64e8d9240dad939bd411f7bd7ea01129216a529ccaa350c8c489b14b

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.23.21-cp38-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.23.21-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 440abbbf8da20a2a9d516a1cbd92e416c18e415d941ea935471e9019a7717401
MD5 4618439adb7ae1ade80b1c80f878a8b1
BLAKE2b-256 78f740a47b7bbfa527778b68c973b4062cf29c1ea02c36d9d3ed466a934d5fc3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page