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.24.2.tar.gz (22.4 MB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.24.2-cp312-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

PyMuPDF-1.24.2-cp312-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86

PyMuPDF-1.24.2-cp312-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12

PyMuPDF-1.24.2-cp312-none-manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12

PyMuPDF-1.24.2-cp312-none-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

PyMuPDF-1.24.2-cp312-none-macosx_10_9_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

PyMuPDF-1.24.2-cp311-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

PyMuPDF-1.24.2-cp311-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86

PyMuPDF-1.24.2-cp311-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11

PyMuPDF-1.24.2-cp311-none-manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11

PyMuPDF-1.24.2-cp311-none-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

PyMuPDF-1.24.2-cp311-none-macosx_10_9_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

PyMuPDF-1.24.2-cp310-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

PyMuPDF-1.24.2-cp310-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86

PyMuPDF-1.24.2-cp310-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10

PyMuPDF-1.24.2-cp310-none-manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10

PyMuPDF-1.24.2-cp310-none-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

PyMuPDF-1.24.2-cp310-none-macosx_10_9_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

PyMuPDF-1.24.2-cp39-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

PyMuPDF-1.24.2-cp39-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86

PyMuPDF-1.24.2-cp39-none-manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9

PyMuPDF-1.24.2-cp39-none-manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9

PyMuPDF-1.24.2-cp39-none-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

PyMuPDF-1.24.2-cp39-none-macosx_10_9_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

PyMuPDF-1.24.2-cp38-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8Windows x86-64

PyMuPDF-1.24.2-cp38-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86

PyMuPDF-1.24.2-cp38-none-manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8

PyMuPDF-1.24.2-cp38-none-manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.8

PyMuPDF-1.24.2-cp38-none-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PyMuPDF-1.24.2-cp38-none-macosx_10_9_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2.tar.gz
  • Upload date:
  • Size: 22.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2.tar.gz
Algorithm Hash digest
SHA256 cdaca48b7677a0c1dc827413b90c8fe4517f789f74c6ac0fb47f6051368246bb
MD5 2175bb0e9824cc1401128ba40beabe56
BLAKE2b-256 c24e0897c7840e41b19df0c135466e10e690a66f43022e9817f164691738fb21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 ec2544f35088b29730210decfb0bdb750e0c3d2652ee470897f6d2e4a6dc1950
MD5 4f88f872a523107949b5f392f57e1b88
BLAKE2b-256 36f09f6182117d1b7d9b9f50e463de765884a6f2f93173ccb319f6c73f37a425

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp312-none-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3bd7bdda4c4e4f98989ce84a7b2c08033639a8be1b46fb064fdd65b20a7e7d03
MD5 9065487d8fbab9e70f7d863932e0566e
BLAKE2b-256 30cec2f3772d6fe2c0604f7a82611c9a627ff3c3924e9e86413b8e460a9b8676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04af266755d4c250b46a3311062aec36ea94cecc4470a53ab79d9de56e5a753d
MD5 d3bc37dbce916a3f6a5ffa7a1cc03a6e
BLAKE2b-256 29a7257b5aa9f7ad65c9088df7ab6532d9478df27fd237181b59045d3ffea20d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp312-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3964783bf81f2ec94db4f9fa536052be3b7457824c9e9d21edb91f3a489a377
MD5 1b217a4d4c5171f1eba3501803369cf0
BLAKE2b-256 39dba207282b8ef89155bf6fe49392c50e760b138c16e6a2a48f57bbca8359c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3effff62943ceebbbe32a08ce4aa9c8ed4fa18fd8a462cf6130c78818c47822d
MD5 460b2a407f7fad8c993430f1582bb303
BLAKE2b-256 f264a73e1b6d1a4e8bb7be27d1c1dc7cbff7727ff2a982384fa04e9808cff7e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a3c1f2e99a4ca43c97b1f43fdd1aed739910e25ee5bd7fe73cd4eaf59841ae3
MD5 951a221f9965b66e8e6e93c8d65af05a
BLAKE2b-256 93109616e5cc36c1988f17cec7e2795864daf642e2c9805fd44cff679b8f8756

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 909ab62c752be80c3c130a9774fc27fb863d26149ba880129e0a2cf0d53cebde
MD5 7a5da9a391e91fd691a28d23fb7ef8e3
BLAKE2b-256 03e859722972d4fd089ab86d464241bc432215f49973b7231e1616bcb4d8a3a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp311-none-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d01d348a35438f8a1647334428ef23c6d947acae875fa61cac2be3a65b15e4f5
MD5 6ff33792b2e77e2cf9248b8ddb19de5c
BLAKE2b-256 12c83364c6809e46b94ef08bab4bca6414e10092da70bce49ac92edeab18c44d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b5acb936203bdaef5945f211af8a5fb40f07059be1ba69a728425f6d522e60f
MD5 14621053170011ec6b2d05e9929b397f
BLAKE2b-256 4656273bc6c5ba2f30975f1ce24319f136e8ce124c2a6f325975f4cd987d142c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp311-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6a4d4ad8cc698db25a31026311f03fd351c2db9bfd41d898494cd0baff3b679
MD5 f52ca8b9359523dc76c53c071bd7ff7b
BLAKE2b-256 caf726b0441bc8b0636f557c925d84795fdb7e069458700b0982328c6f96a111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b583add37141a9337935d014d4e1913b10e22d17f3fd656fdc5f0c0c2e65a33e
MD5 b00bd910a8cd2eeb02946977c06a6d75
BLAKE2b-256 7d4d4693914be9f27fc6b40badd283518f61c274359a6fc83006c8f7f713d4e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 815d9e10faa43a149d8c9928d7cefda83fd91a1f637dfb3a295620175a0af95c
MD5 b744a69d98b0e0061ea3906b1c6c201d
BLAKE2b-256 33de70c467de1e5013048b417bd4b80629805c98ab39fe18ab17405212ad0f39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a32c94c7ee45f2bfee766e5b957bdfe08c96b21fd9adbfb546c141621af0ca85
MD5 a8eb1bc3981d629bf78f9da5e3314bb1
BLAKE2b-256 84849373889332f6136be853f0e10f2cec2bc19149ca888bbd10dfe9e6183963

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp310-none-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 49224a558736303ed980252a704646fe9347c74bf70d0ad32530c62b8e0bfe33
MD5 72f47928d33ab3e749ed49810d1b042d
BLAKE2b-256 b91bbd9edd164b53c2679f1524b2155022faefe541864a60bc60fc2fef40a8fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fe58a024629c23847423b3294f0f160c72c72f953af53d183bd3328f954593a
MD5 64085aebdf1514f5cf67ba12e2e736b6
BLAKE2b-256 2d759cc8b7e082590060aef39401daed8484127b50027cafb6d6bb568118061b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp310-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 569336fe3c5f81f28aa9658861597e43e5716cbfa5b8d2602431095df76e0d7c
MD5 c87f6fcf12006f177304a8def8c5e3e0
BLAKE2b-256 7c706b212d1120e44563b25e602b63b6eaf73129584e13b3bcb66f2b3d51786d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24c398e43a14e0e11f3515ea57875b5b0ee1a37d6dc59f921f69d8d16e881cb8
MD5 e80791a062ce2b0ce24df37b49089517
BLAKE2b-256 4e439dee7e25a86cc8624d0a06bd1251be9f61ff75cd1e525462410cf7463e4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5faed2bbdfbea80db1bbaa5944888f27a672f2e10e16e61f7d4ff73429a00506
MD5 f0dfb55d6dd88ffd35f6eea50b7a1150
BLAKE2b-256 d94c00475af49a140ec610c650cf6a0f95fba38a696531c6dd8da70793793ef4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d89cbb1a093dbf042f503f5c7fc368d0718a652418512a7a42a2965cba27713d
MD5 ff490a01a2596aa332cd718728a6f4b5
BLAKE2b-256 0b96d629d3e0ad96331cb9186aebccab2563fe0c52f2a8b0384f6b27d8db0d83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp39-none-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 007586883fbc8acb900d46aa95520aaeb8943d05a956b26c54053ddb58dbdd5f
MD5 fb8c4d5181ccd16e52fd5856cf69fc6f
BLAKE2b-256 3070a9418b507a2754c7b30bafe7a04f9453fb810c8e32838d6b43c4e998c612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp39-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a124b360898d24b730fe3be0e0bca438789c1568ceaad854387eee1886bb788c
MD5 488134670df8b4e47620be8139e2305d
BLAKE2b-256 dcebcd697c37c14bb7f69cd5d23f27e865863396e994db2189deee9e7a531a6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp39-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 537cc7bef86514a6fa248eeb14b588f51699388628372cf31bae7839283aa628
MD5 fe763efeac22d7ac8f3535aee4af323d
BLAKE2b-256 7ee37f68f7a43950e90599fdc6052321ed451447dc60e5c211687726c844e8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp39-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4db161926d636c0bff016ac7591edbe6b30712507079f7008cefb0fdf58055dc
MD5 88db65cadb5fb7c93628c1622825aa7b
BLAKE2b-256 dafd8d6940b72317f1f518fb36263eef105e85ceb4c1e8e640eec308b709f4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9783b67f63e7f9b397f119de996ea8214498d163531b9371d8ea7e374cdd45cd
MD5 7da90f4cf085050b8eae5b6aa9b9e24b
BLAKE2b-256 be27a4017ac3add3e144ebb490f866580ebb7e3ed4ad890f138299a73122dae9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ca493fbb91d81a43d68d3547194d0c86083db49d4dd98e8f41aa5a77a26ff8fe
MD5 bf3e7141bc2eb6a08f24782b2c9f4188
BLAKE2b-256 c7e36486f0cfad3e06c2aeb2636abbb51d4e7a0243b021795237d22aae3676c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.2-cp38-none-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for PyMuPDF-1.24.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 423217223741f55f9bb7622475a94c2934495e8a843246c582c78f3680914a80
MD5 bc4a62d9850de4c1c61acd43af89bc7b
BLAKE2b-256 84fee1f5d2bd339f3e4f098cc315db664645126c2ec855f801cbec6ff9ed457f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp38-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db650840eb3efbdc97df94210d0400042c863b08348d67037495d221ec4e8b7f
MD5 4e88dda7d53c894d0af895b7953dffc8
BLAKE2b-256 d821f6960c9e7b49084255b116e9fc787736aa94d749f381bdb36ced27185429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp38-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f52f27d1f5968b6dda4d803e7f5246626a45ab68f0626509a9e17fadcebfb69
MD5 2c1610c678921e399965fe767327d8b2
BLAKE2b-256 281d1b570c8ae34cb7ae756576976ed7230fd5b78a603ce69c7c8a3d420c24a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp38-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4290273dfcc58a2c0b1f207f5e25479b868f59e9ea6ac9241740506fa0c03c0a
MD5 b5351f7051aa4ff501d91fe8efa518f1
BLAKE2b-256 acd4c0aeb6a7b0cafed6f704a73762bc97c030519400c15b16f2dd4b15efa4f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.2-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4fd3957fd507affbcae4536092cb3e3726e91d484be16972603c5cacae7848a
MD5 621accf1faa3e370e4be4364de29045b
BLAKE2b-256 b4896d6d37755dafdd41b58892cd1bb7d3831a3867e5fa5722b9e41f12e3b0ab

See more details on using hashes here.

Supported by

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