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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

PyMuPDF-1.24.8-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.8-cp312-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.12

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

PyMuPDF-1.24.8-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.8-cp311-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.24.8-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.8-cp311-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.24.8-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.8-cp310-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.24.8-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.8-cp310-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.24.8-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.8-cp39-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.24.8-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.8-cp39-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.24.8-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.8-cp38-none-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.24.8-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.8-cp38-none-manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.24.8-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.8.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.24.8.tar.gz
  • Upload date:
  • Size: 33.0 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.8.tar.gz
Algorithm Hash digest
SHA256 51c522e5824adf2317d17cf397daf9393792087a4ec772214011c11335073d6b
MD5 6c8723cb481f76558e1ea6a7a2284ade
BLAKE2b-256 2e30dccf3e5bb35ca217fa64600fc4e2ceffd87576cb1c5f3c367f9cc422fa9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a4c2acd288b367e18ae26043199417f03a04c67c77308ec9427bbe081ba0354f
MD5 85633bb17baeb791b497ecceb7623bc2
BLAKE2b-256 5bd0ae5a2346716ee8a27c3b5c674feeb0f61d83eee20f6881267099fe4bea0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp312-none-win32.whl
Algorithm Hash digest
SHA256 511c87ec75885eb3b3590ed12231685e0015ef8b9d7f5c95eafd89d2c40aad00
MD5 5996161a868a23e252022166d563354a
BLAKE2b-256 8238e90e5fa3c7530ac7c6a98890fc4a62cece491e1fa581b823d6b9cbc8b907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp312-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aff4fdcbcde62621d903cf62bb6889f4925bef6368d926968ba7a6b40a1e91c3
MD5 01ee4896c149d3641a0b5ab3f10501e6
BLAKE2b-256 0acc7deec82c3d34b515fcfd54f759f37187dadc1b70a2bb76c4a4bc3d82cbba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa0f8191479ffdc4ab9631feb7a5a7343d9f71a528beb04dc13ef4b8bd24ea60
MD5 13c822e2a1b80cd89c52c1a252768898
BLAKE2b-256 be945477f8446d70d2c1c04b4c9309ec31e5c737482fd41a91776f0cbebda7fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp312-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21ced5518ad87b2e8a5e1925efe812e3ed81f96c73bebdc6fa1bfe2fd8ef5da5
MD5 3de668304424195ff487e6d1cd47626a
BLAKE2b-256 ab1d6ab7a84c348b93e0b6e59474bb68f5667feb2d07c44e7045f7f9fea9b357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 008177720101ab54146b0788394e6ed91dc2ca55cabab54970db17b98aec8150
MD5 86688626a652d3fe41a6f80dd67cf8c0
BLAKE2b-256 ecdfcb4a13337e0b13b7d2552065110fca6f4e7edf32799768af5b685fc180f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 124d509f00672b208d9f2c53da40416a426e440ad2d94f30e21372d593f67ef5
MD5 9690176701b99679a4c5fab51488d47e
BLAKE2b-256 5318efc6969c9eeed32c08e1f84ff65a409ae00bfbb78ea62c37b4cd391c29b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 387dc388cb1c878dba3811c9861c7d379f554f58d48a44187a2b4f820a62a6c5
MD5 b4b23efb9acc9b4580abdf67eb5bf8e7
BLAKE2b-256 94891fa60e2e00a6d8f4bf849e213e56fde4317229fb75379a5637eb95d9a3f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp311-none-win32.whl
Algorithm Hash digest
SHA256 026c47b68771c239a43fa156bb7b462be3c539a2411f3b34fe52983a3202914d
MD5 2a821512a8917005f055ce71fc38f489
BLAKE2b-256 8433f8285b27ada5bc4e67cee48d2f20525958cd3f46995cb4e9b202508ce836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp311-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71781903dd8a8231901a9377ff8617e450fc465b1fa6e3e2b93b23a64a33e583
MD5 09a526a889bbd5e9fc77ce4b5cd9d220
BLAKE2b-256 9f646d6490129f26f4315d0e40d0516fa78693faa9780f97857bedd824008058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bc042f1b99af2b3493ff1ddb6e8b757bf625c4c6a15b86bfaa7c9d1e2bb2001
MD5 1d9a1eae3ce44008b5e39212bfc11bfe
BLAKE2b-256 48c9c5b648b907cee1e27251cc140e1269adb49d44841395c87a66b77c6751aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp311-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ad39dcf6f3db30506cbcb442246744a894913582da891cd75d1cd224cd334b9
MD5 219d0a871d0b6706d72e00999de42425
BLAKE2b-256 55623000f24384a688515ba8f484a781b5095c9550149201affeb3ac7ec21d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb39c128bb02f172cf4984b33711890a6f3ac5648f8939b8061f7de882e6fc68
MD5 b258d025006f1e38d4029600745a45f5
BLAKE2b-256 e3651bb8e3e39f2eb233819ba9119fffc2fb8a947e0a81ed7a3d5336f7182ca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbb7c70ea651e683a6837a1c4c9c94cbf4e7a3c7d77c6b1b71ffefea799d23be
MD5 e07c9b9a2e17be011ad580393af25421
BLAKE2b-256 185b1d53cc579f5fef42fd88131a43af954d03f20bbc77ea03bdee1c9773fecb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 1eb06fa7ef7c75605279fff1da8d23f4b1208d1cef757172427d499816768eaa
MD5 482da796a8f0ee22b155d2a4b5221b2b
BLAKE2b-256 2fd81320b36b40bfce342d3f2d43ae39783c362016c8572410fa3b51d6e130dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2a3fb755d00ae3527351affc190b2925e15f8a1c53ca750e1d0678508a19c6d5
MD5 78bd0aa88d14afbb139eed7463190f8e
BLAKE2b-256 2749bdf2f5ecf20c607b7546a928c6f72599511b15e46152683317064d2740f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp310-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70b3f1a8e20558dfbbf9e7e2d1a94f0159aeee05da9a473e6025fef37b8e9b39
MD5 c6286dfa638a1fb73fbc5553eb0a8f99
BLAKE2b-256 823e35542612a86d2319c1bfc508f641727180a02f4777476b28a1eadb9b0016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ad93b70d023a2177f118070970389b2b8a051f2a0e9fb716f216c2c0120f111
MD5 225b8d133db7a98af2e96b47d6744849
BLAKE2b-256 67ec35004c68e3973503092fbc045fa7513a89c191bb91953869a318836d274a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp310-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82665429fdac98a1a9ac3e426edc833e481f22734588420b02b1b70ec080d0dd
MD5 4fa1406c282a9f44009fb48a157fbb53
BLAKE2b-256 61ea44eca8cb1c2f0ca6eac1fc815da8bbfb5e9333fb6db24b9850bbeb95f63f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47bbc5be693ed7bdab15649f0daff23cc1501371102591de60d3ba0579ed8909
MD5 c10d2617cef9ec626ddef7170992c453
BLAKE2b-256 1cea87522685e8745be9962e7f9be10a1bd4f4621e7560d07baa6b6efec2d98c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 83ab311f6e6c312d34da1fb218e049395bca278e500ee1558a62728e18328e5d
MD5 7d715d11637c7c8ba1d8992e5330dbaf
BLAKE2b-256 2fb033d819049f0ad85defa66847f1f70046c77e92e55f9a16281c10305f51a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 fd4ee30964a8e32a44fa6180216e90a89c0a925505c946cf27ec10175b8b9398
MD5 e3ac2bb9baa739ebcca4846d9aaa2d82
BLAKE2b-256 cd6c52c970f1e4591a2778211c996aa976d7e42ac23d7dcd4b439b46c3e5fc8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp39-none-win32.whl
Algorithm Hash digest
SHA256 3f6e64822bcde625e263c4dc2c3ab2c1f6fb5c81f8366708a31e22e11b9a17fa
MD5 ac481c8d7169fb88c670fe016f9837e4
BLAKE2b-256 4ff2df2fd80ad6525dfc069113a78f02605b57da3881ffe435b68681b6e5fd39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp39-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 032ec401290fd40e95e104b24604fad38ca71a2ca09aa7c62921150026bcc1a2
MD5 3a3933c0916a761d9d22b1f53bc0b593
BLAKE2b-256 0f87712f6b8d6769a9f14c18a6ffcb28c0751ae4e46210b1532f8863948dda0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp39-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b7de002d986d897f0b1a6a527ffc58633c0ed006f916814a8efee3559cbed81
MD5 ab7657acf93b56bb824cabfb122d0406
BLAKE2b-256 89e73b14ef639d70e209194e6966a82cba5cbf5b124fece345cc785bf2b9a44c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp39-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d730b6f09e0a8565d9c3eb8bfa3867340bc7135396f6085c6a6a421cadd5249
MD5 f6a36b837b1968f86a96a1f64d23a1d5
BLAKE2b-256 a1b90a62cdd391fd4f2ba972935bfc830575ef0b4d64b5b7b6468ce67cf5709f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp39-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77edc5b7c4630b0403cbf46e8bc48f4e311d3915e0d3cd296e86c63726d2e7e9
MD5 030df5010e5c1d790ddebf2125e0b614
BLAKE2b-256 3940efe49a496cb58d784784c07f1d837ca585103cb4693d42b0602ffe922906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa6aa0430e285e007313309d5f201dd11eec66764098e01700577499710e1d5b
MD5 2e15f2c72a424b6d46ca26b5413fc718
BLAKE2b-256 aa93a96ef4dc6889836856e3e624aa7c4a35ef19989c975cd93d813d110ba96c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0fd53d87d5b0b6d84e9829fb50d893a2e830d6c47490289152168203ff5119f2
MD5 c392b36e578e75b881348225770d47db
BLAKE2b-256 8334bca8af75ff09e23a37b8f5657c8d29736a55e5041952aed0b0012fa83d41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.8-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.8-cp38-none-win32.whl
Algorithm Hash digest
SHA256 55907aadccc0d2052cbe3bc6934a746f8e0f4cbd7d4189e37caaafbb111a1207
MD5 cfd2921995219232a99ab9f6006e28e6
BLAKE2b-256 24c7b6f4a40028a3653e5aec0f36d405d70aeba5f9c89e80b616c9e7abd2e483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp38-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 190c3215a36e2d4291eac99a4d96b12445277bc5c2013b7b9f24c85be671e711
MD5 549145007203f421bb3ee3c6317794ed
BLAKE2b-256 7a7d85ae35347a2d8283f6eac63bc93e3174b45d834279550bb4de6406a2cc9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp38-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90b54c64739a43ecf5dfe485c2f5c9e5bc696ab200db7161e45593f362a2c5fa
MD5 5b1c9ed0a9f45c239fd91e426b393618
BLAKE2b-256 9bff778ac9d5b2dca2659d0af51f47729e85772f4c02a52adb329d966ab8baae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp38-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f890887bd132f83775ee3ae58a99d6fd4fc62e406c4193fc8a4e4cc20e4c96e
MD5 8c3a228cd7672a4ea0c4efd32c913bd1
BLAKE2b-256 400e02c60abb52c0b644e37f68f019a5cba64cffd9d3f94755182fe18d51ee31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp38-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 963103366bc64ad62b6d5882e957b1c2305b02379d44465ed85e0a63bd18be47
MD5 620b855d821205ce4fb021a7c57df5e1
BLAKE2b-256 95c03f5b427e7136611ef6ac3e33b4ced64ff86b95ecda224439028b62f357e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.8-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ebbd83b5b853d16ae5b4e77a4efe28fd0fc116ddc4620c38a3242c6d140c0840
MD5 34b3713ac6c7ab9a7b19e3d21511d329
BLAKE2b-256 3a600d6f774e876c6d1718c1f91b8e29d5df608da4a5d392177a18842ad2d7e6

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