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.

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

  • 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.

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

PyMuPDF-1.24.6-cp312-none-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.24.6-cp311-none-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.24.6-cp310-none-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.24.6-cp39-none-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

PyMuPDF-1.24.6-cp39-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.24.6-cp38-none-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

PyMuPDF-1.24.6-cp38-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6.tar.gz
  • Upload date:
  • Size: 30.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.6.tar.gz
Algorithm Hash digest
SHA256 029dd99df1cebcbcd4240940809c5e373353d12e6c8483934d42f59ceacfb037
MD5 7cafa86c704a79f966fa498d945eaa81
BLAKE2b-256 e4a7189749e23567cd93883c9c96bd6b27d2e8c4f9bc410abde2178f35312265

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 10c373c9dce565779eced2a88730229e12c57d9c388cc1e184b1565e641979f7
MD5 55eb06cfb67458bdd97054fdb7b427b8
BLAKE2b-256 1ade88ac00bcf2188dd6be094d68e5600d704ded5baf409a0e567f5464509988

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp312-none-win32.whl
Algorithm Hash digest
SHA256 24f11aa94e606f466e11163bc4fb5ab3328236549c75c26991c6269342d8dcba
MD5 2c0d2ca3a2e14aa1763e7289d5392112
BLAKE2b-256 6eecdc96ad7bf3eaaf31be1c4189a3c7b27125b9133bc81bed08771be0a1e080

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.24.6-cp312-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp312-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e099cc4a0deca70173692fe10b08eb486ca86222377d34bfcadb3bcb2da3ff8
MD5 caa1e0cc583d6650bc1fefc53162d9c3
BLAKE2b-256 4e688da35a269cf4d4be700d04d2889e797fa25c83e537e6b57040af28289459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64cb67a3938c32614c2ba41cbd37168223aa9983bc882dc9a6c8c6bb207ade60
MD5 ac673f55adce1ea49a8a76766279417c
BLAKE2b-256 566916b6bbfb79c60147fd43380884435e1ecbd5370b876658afaeae1b5fcb86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c85b8c4e389a71d57aba4c8e6115d7f20ec3b5025018023f3360cf176bbd294a
MD5 6d1d2f777680c932c722e6db425dd2d2
BLAKE2b-256 916c587b586c942cd43d9651069350abb169d3e3a9532905672982b57a71ed62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aee2999e8cd042ded9ff5ba4997dfbcbbb4e4f8a09c5e95c9a3c293a651a919d
MD5 142d31098313404fea94e933b787677f
BLAKE2b-256 01ccd15fe008dab780fe0778bfbd6e56326316c233c207850ef779616c904af9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 b0ce01fe4a3153604ded32a78e48c647f30bad80ce0a051563f11db85980da5a
MD5 78332457a6f81a7da0cc62b901e152d1
BLAKE2b-256 f11d75519e37a6d34d789b7816856bc6f0809abb0ba1a518af5c136c3cbd3f67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp311-none-win32.whl
Algorithm Hash digest
SHA256 90856c84c8babb5692f5d64504f371eb5f147c33cd0a51724a4e1e530b7a1e4b
MD5 55d0d2c006dd8ab635b90dbaee7ff932
BLAKE2b-256 a2fa1162d0c5799a690b7337eb175e5661f94dd2a8bf811add85a718514cd3ef

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.24.6-cp311-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp311-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fdccd3fdbe61f1cc93d38d9b234880b7f9d7fc703d0221198be788a74de0a77
MD5 5a2fdbfca367a04ef34f7d4506170a66
BLAKE2b-256 4f04e64fe7934a08b64365f0a80b2b939933a4f5d56006e71ac7f77bb97c3d19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ce5703d30ebe8d710b58d4cfd1a8c6d0627c2f9a34bf9a9a1aef2e496a5df7b
MD5 71126b0e82595c0d42f54811f623c891
BLAKE2b-256 84cc71af4015691cfb8aa8f67c083dcdc42d81775e18b57920017976f0a17c5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb095bae3bf9be8543128e8834d5cd9101b4ab43e3d84e58a73b8a72c93ca9a7
MD5 8c6e3b2ea079ccea5c18835a95cfc6a2
BLAKE2b-256 72a1b67df855bf8bd6506ee7128937c2d63763277897ca73b5dd14d2c964cf13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bd685fadc2e7e94af8cd0a92adf9c84dbcf246f4471d180186087d908e0f0c4
MD5 241bce4e4739b5cd9b6da5a7746fed7b
BLAKE2b-256 2d2b114e3daa48f37996ac7a240d6f228d5181c9b8c2ea38962871c59ca45adc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 57f49d90c546bca7ec46c89d1d6e4c3a1c861a6f04a5e038e12cf3419532fb4d
MD5 aac3ce8a6fc81350727f0122f57cdad2
BLAKE2b-256 d37b4044dfdd2fb0dfc6631669a715d21faa832292cbe95be37384c56313b84c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp310-none-win32.whl
Algorithm Hash digest
SHA256 d6caebcaffba5179d3ac62df29858b88dba026ea15e987b4a619ec7e72114b7c
MD5 d4d4c65ba3e1bc61b720f0279e571839
BLAKE2b-256 d2cbd383693a21d329da59a102d1e8d90c4ede9fff71767bf723aaf5e6df2fac

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.24.6-cp310-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp310-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e0ca0051f55063e366c26bf8619784c36f796114840b0506958297d58dcfda1
MD5 57a7742448f25266893a7829b415e88e
BLAKE2b-256 a56ce6242efe16b7c6fbe2513554458290e48f115bf9a440caf743057c4b50f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83c2b34c7d6ee261e5b6db643947ec22e1aa85d3fa2ab826af50e9909c2b739f
MD5 3b8c76f0abf0e27e556b0d8f22fb077b
BLAKE2b-256 9a84f7d004e7d95f5c1d0ca4e59d2e3d45acb3d4b8af3374c4a49d3814bc7478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64fb6b2c00b3d3fa31c36d3735cb7694e5f459635883e02b086fdc44fb9398ee
MD5 10a90e31feed599c692a4f5ba1ba33b6
BLAKE2b-256 9b9572f08a5370827c0716ef8e6e40317ba48398d9e2e9674284b6cc85cb7510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a3689394c7ab2851be73f3c82300747e2a089dc37d563be8bda3f71c603c5c4
MD5 a2457797b4e6a99ef28debdfeb17bc85
BLAKE2b-256 11dece8e095283516a9f2f9a7f99763d47f70a604c3a18feca3d6911eeba419a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b1879e5c175cacee0cc140a7ee19dae901310b95b066a02d6a3829ccbfc4a5fa
MD5 345012134ed1e093c57462c217533a2f
BLAKE2b-256 85d2ce9e4d9e405a77c686867f1cbe2f1597f66e85417e5a05225c5f0de43441

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp39-none-win32.whl
Algorithm Hash digest
SHA256 9b7ce753a3e6c2625963815df171f268ad4002243d1d950b246c0181183bd919
MD5 4aa71044d5a61fea56166df00693418a
BLAKE2b-256 4778db10451792629186aaca5b10d8b64a42aa7e0bf09084ee4e5a5dbc055313

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.24.6-cp39-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp39-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e059984723e3c64c5c49b9edf481b42c50d66b5d59f50ab86d56101d8e378a02
MD5 2a30fecf842e96547b41c6fff11402c5
BLAKE2b-256 2b40bd71bf06871098fbeaf86bb2af8bef1484f6d732638481bb237e7e79d25e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp39-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b74e0ae95b8449069966cbeb6be8e1536f61f388ceb74ff3924f91cd788462a
MD5 7baae37671d1eb03420acd5d58992ca8
BLAKE2b-256 05695e0254deb86684c25b570099c77f17537f58f6021097b0e462f9c665fae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp39-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdc464085549998a88b53d49aef44312e77e1c2a5ef2d2b7b03a623b9fff982f
MD5 9c6ac34b48be2c917ff6362ee3ba5025
BLAKE2b-256 d41ddd57e1fd3cad75c40d8bccb0501a768a1de6cc01903efbdd8b918d1c0871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb55d6ce5165c7a8eac2fdce3ba83c71a227816bbbfd3da3aa48af38ad91cced
MD5 5971335ca9035b5525b14b3e7a4813bc
BLAKE2b-256 0715ebd56991e8d7dce9eb6676d439a192b5e54d0d7c070f14c6095cd4ebb0d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b9742faefcddda1ee793ef26a686370f468128ade356cd90d2ea2e01e98b07a1
MD5 4d92ee7b988028218d4d527170d03846
BLAKE2b-256 7f233cf5be98565229eecd464e4b54422d6f5e49105aec5cad113738ca49fa3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.6-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.6-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c915f5b019c4fd4afa47d39ee5871440200328d11c2377a43a364f5cb70d3c0d
MD5 b51871a3a569d85970cd7cfa6adca8d3
BLAKE2b-256 48018c1657da7af29b540c83ed9af1926a9a59771a90b6227c8796e4c50a330b

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.24.6-cp38-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp38-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71ed2e7b23d1cb50e577258e8b1dee986d8c06fca2261239c12872b6c43c40df
MD5 ac679de60d07c492fdd4fa4e73d3547a
BLAKE2b-256 0ef4097231f8928c937d080d31a98f131e7aaf3a8fe6cc5b3e3839652a266f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp38-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5073416516e97bb1323076ae295224684fb11d3ddf7d39d9c142eed824648067
MD5 beacb800aa8eb44de7009577a0fba0b2
BLAKE2b-256 f29389a1555e1e63b51119785b2edf53c51735dcdb78aeb1673e64b3e70588ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp38-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b62e9c088de896e962864d948da8b263f12572d89e5e65a8929bd51280a12ca
MD5 2e312bf9aab7f15eac081860349e0c10
BLAKE2b-256 377349fbf644ad8fcce0544cf6090d5cd4b56458b1e87f880920e4d884a1977e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.6-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 407ae5cfc32cae18fd50c47e4a40b5cee77ffc27b285f9fa28c50d088a5d9624
MD5 8b2b8cfbbbeccaef2269d0fc3416b84a
BLAKE2b-256 c79f20976662509b92758dcaf52a5ed17f108879cda6aaee14bd78b847b3bea7

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