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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12

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

Uploaded CPython 3.12

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

File metadata

  • Download URL: PyMuPDF-1.24.7.tar.gz
  • Upload date:
  • Size: 31.5 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.7.tar.gz
Algorithm Hash digest
SHA256 a34ceae204f215bad51f49dd43987116c6a6269fc03d8770224f7067013b59b8
MD5 9eede67353ca5e920016c3d3d974afb4
BLAKE2b-256 6652c87b39831b8989e251464b0db4bbae39a1238829152d863ef224882fdd0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a906b57dae8f3870663f3d3a1d4a66b67cc8f5cf644bcbdd175a391f5f74f2ef
MD5 31ea031186ac88cdc46bd195efb260fc
BLAKE2b-256 1e0d3798ff9c6d2227bf3ad458cf5b6d8bc7c4e98d72cec535796fc2cf1d11af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp312-none-win32.whl
Algorithm Hash digest
SHA256 5341440bfc6c89f025990d181896b74097f6b145f5e563e3d5e5fa944c79aae6
MD5 f4a5d18aa2c4d458ee2420001309406f
BLAKE2b-256 9ec67f089968445cd7a761284a199171ecb184c133cae9557a1c1d6f99b8f374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp312-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8873253ffedb7bcc8dcafa9bfe8f1efa39ac91732ccc579e1c1746eeff4ed83a
MD5 734591efe8dfaa27b245b235d8aa108c
BLAKE2b-256 bfcb77b6d2c4291e97b15c3df52bc93272b2accfa16d7221b1abafa9ed1563d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89ccd758b5b7d1e05d615e85fb5d358ff1994ff70aaa5df4f0724bd414847949
MD5 818a3459ad7407b4b26854722d78d7a0
BLAKE2b-256 7c5d878eb7d0f32e7007560e7642fe1dd004d2a1a0038435c8d9faa3cd6df3bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp312-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ec6da974092de0f842f9ef0e355c58a5529c2d5ec792709d2c6fec5ffcd80b1
MD5 5671b065d971a2bf6dc24f1fb800f9ed
BLAKE2b-256 2a56b39351e3bef54a58788b15e19852301cab0f2e6f98ea49b24aebeed08422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03facd26907dcbba63429e8b56fdbabd717f22fb6d24b38bdefc591b309ce437
MD5 2d9d0108e355f74b4a50e280b76c761e
BLAKE2b-256 1d3289e8501647a339d097e0621eeae09ddd199cfb0e8bef0e675928b9da9463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 999f40a6ead5aaad0c9e23b3c2ed009080bf51be9485ae122ff2cedd6487874b
MD5 1f7f0a9441c6119808b6c90c941e3012
BLAKE2b-256 7bdbd6873978720736565427b7bedc1c92f9acd83351803062e81ab9ef379a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 785c8a40fd5d76b47759f4ade6db0b78a799bb1fb2dd61bbe59784538299ee21
MD5 abd7f94fc20f80287383cd054e93cf03
BLAKE2b-256 2d720b5f8f6afa38ae2279c54a521a07ddd78a784e9b779e7a0d4d4ed6c9c1fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3ea0bb27512e72225822d98b6747b51b02de84cc1e17a5579d90ad957760de03
MD5 4e4f239001933c2bff19455f051fa2b6
BLAKE2b-256 b16cca6cc76ad4b747d0f58b64bb122ad364415538f9208b3e86cfe1b0bedb49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp311-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d7e8d2155bdc6e61242bdbf5dff2f6d0118f1a3f9e5d83db334a5cf71c90c5f
MD5 d5e6c7c4c04e04451966502655aeecd6
BLAKE2b-256 f620a23ad5eedbf40dd2234e096701f10be56d24c16b82a38e055f399eb4299c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44f4c58040c496fcfc0719df17dab60348c7988d874c5e17233fa664dcf0a984
MD5 7ae223c60a6c0093b5c8141c708a1207
BLAKE2b-256 d18eafd1805e83de6b906690daa705511c3e9832cec1214b22aca3800db5e59e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp311-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40743cbfa40a35e873d4b8642709f45849b3315292957d836be647cdd74d1107
MD5 353e2c16a74019bf3483f4ec997c9c8d
BLAKE2b-256 76a98e57a3355cad2256d4eb56420e8cd0e59655cc7d7a35553afab8a4f7d75a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e9b6018b3af45c6ca04adb0441369eefc0d66e5023f8d54befde9bb4f078c5a
MD5 9a96efda9af46da773743aa5532ac36d
BLAKE2b-256 4fe13318a22aa3682015eb0bf9722cb91318bff81668025322ba9dd4bbb7b74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 11770619a1d5b90f5f81cc22c11967b2f473310fc9a8f2aa96c1aabff5971c63
MD5 aacb64006fab9db01df1c84ded153092
BLAKE2b-256 2f007a872028dbd8cd01f8f4079170107d7673a5cd0f84b8658515456a48f08a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 8293773e973cf07f5d6398699d5d98151a025c9db04a333fd55a87c8f8c3c74b
MD5 a62931507abb477f84e45e2e706627ed
BLAKE2b-256 ab63e49a71d83a4e033e1bf78f37ece22f3ba45549a7e3bd1172e3481fc6de3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 3a2e8af6e2ef437c4e599c7e520299ea10ef02680be0a8533f78d6ee489c5a60
MD5 cfdd541e90cfe61ee02d7a59f7f04fb8
BLAKE2b-256 ec577732a3d9ab0c0151604421f73b9d9ebd4b3de88037ff2286b14eb1085004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp310-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdd9a1b703e3fedd9836d54a13b89ddf772a6eaea3b1e34dcd682b8f0b5b7123
MD5 73950f0aa3eb50c4ec5ff683baed33d3
BLAKE2b-256 c0ee96631e0a8d1436bd5680eb851b8b251af40d174f154e48a37457aaa8ab30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a59e24873e6d135f9c07be9f47d98502171210957819c8ffa9a7cca1cac1fb8
MD5 444355652a229876e3c09778a2fa0d8a
BLAKE2b-256 e624309ddf66400fcc19bf9ef1089e0857ec4709c0110eb7612c4b81387963c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp310-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ada392c739f43608611d430305c92d1b8922f66a07bc36a4ea0c7f3f9c1b5dd2
MD5 57c1139d40fe648d66691b6176a338f6
BLAKE2b-256 1c1143996ccba66117d72c03bcec068eb3667834012cd437ac833a1dcb8300ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b8405aac8011b445ceb1bc2d4f4c44b2c969024b301f1178399e0084541d747
MD5 88b1da1b460fe0661bbd39d2e4901cfd
BLAKE2b-256 13edec22f81d858cbc37f1d00e1b177ce658f15552816915ed804b00dc5fdfae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b6984d57e127e016231b2e89b247f2b0fef07af84d4cc91e4893c6d3fde52c7
MD5 72b994ade5ac46dc81636ab7bca85991
BLAKE2b-256 b40c999054ba175143c19835babe39bb1e755c80e18477d5e4f809fd20262af9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 f82db6fd757fb3698075e2e68e4f6df7ae89b82a96ae102e178e5b01a250359b
MD5 bf59489982b348654c73bc40b9e048ba
BLAKE2b-256 687475486939d7f77a3002a24c53b303e16f5d2fa28041de823e4af6361358dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp39-none-win32.whl
Algorithm Hash digest
SHA256 0a93d0f5c5b5cdc2f1718dbdf4b1c34aafc68ee4e44688b58c0a2894277ca941
MD5 e9759bcc6a6fd76b8d500589be0b0f60
BLAKE2b-256 e0fe85e3d0bb702c5e04d9821352752f79b97e7a76c566f2e2ea6956d4db3852

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp39-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 371b983ba2b396a636518e2cfaa76ea8cccd38c9bdbc942256df678e421f7063
MD5 f9cb14b564e8a9898860560df2025e8d
BLAKE2b-256 fe6d6b5ac010a756deacef6f10c015c172d26eba4d3036e48307e24fe26f9286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp39-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53cedffedc7ec5c019f8b06d0e18b1f410f4af15e0c122330b79d5e617739042
MD5 cc276931d3fc916587c2752d4d6d5f5d
BLAKE2b-256 b8d9d1d2c373d10e8b5e5e7ce7aef721d1e090a81d2a0a68ba80a472c2038ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp39-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1553df16e6e141314fa33534800aee2bc4eab1daa8057bf791584b318aa114f6
MD5 3847c9023e276472a1995d2318a03c0c
BLAKE2b-256 49af8cded0c326f990ee42a63f170dd761a652b238bae63f62d44e43d1dffdbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp39-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5580c975a166a3fb1908fb055c0427bcd23abe7a7d3113777d15c0e5f8a2133b
MD5 d762bc52af194ce2b2381d9bee5ba643
BLAKE2b-256 b84b3c69f0ee5e43f7680c7d9ae0d9b611119ae7a530515b99f2245274c47a37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 102d3427fcc3a47084eb2faa670de8a58e5d2061b4e61365b323d12a7bac0afd
MD5 518291673157f7a79ba4322ee25f9d57
BLAKE2b-256 f2439c013bd59a12af5196a0e43b1e89b8e421fab527f0c58065ece806e5d063

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b11065d5192bdc6e80046505ed68447276d3698ec1d0a3eea8dc2533f972f8fb
MD5 99c57051594c3dd192f3de7b39c740a7
BLAKE2b-256 992eb8f7ded3a3d734bd2ff63fffecc8f1c5983edb91d7b28837566ed95a2b16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.7-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.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 5812645087eaf537efb168df1a78b40b76d6b01c694b890d31e362fd007926fe
MD5 4b1be4041e9f5dad5fe0f78fb0062d94
BLAKE2b-256 85b30901e0a260cfe0d8cb6c1c615ff7ef9cbc3d3af3a0278efc6c904df1ca78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp38-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c7c964e4b3dfbcd7a0ec11f44090002967c9652cf1dbaf5e09de333c479eae3
MD5 0131033329bc1f5261cc88d44d64a6cf
BLAKE2b-256 60694d8ace34cf00954c0c632f75d1fe701bbdd9a6424a4e871e77f2af83676b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp38-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d95c0cc4768ce09d06c31280cda6fc7619026e615d33beee2dbd1c74ea3a1e08
MD5 54c7d0e81bc446fed6ac2ae086f5acc9
BLAKE2b-256 83c6509f77dd58f7ae4a14890c5e35d7c470738794da867d66f3cc2bdf802f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp38-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da82dc784e52b3635110995a75189cdef71b02d9a3a2635cd1d216133d547519
MD5 02472e25be370de0331e6dae4afe7606
BLAKE2b-256 31a8f519f33c0883c89aaab5357d874b2c31fc0646011cf967b31e69ed532a53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp38-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a94d556b7ea25e6195c46dc2c4114d30e8e51233a49f0ed589f8e0190d2cc3b5
MD5 93565f2c6b9fc4045410b20620dc8b09
BLAKE2b-256 e652dc35f128902a532d70c74194978b825b37a345ff4eab5cf310b4d63deed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.7-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b18630fead76175059b973230cc175c4ed30e9f4ea03d25963d2c74440bdb78b
MD5 d4c0451a70db5fbe0175df74e43e04cc
BLAKE2b-256 24d86145da82186986accda56a65f08625a25eff0cb7981a1cd864472518b3b0

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