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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12

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

Uploaded CPython 3.12

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

File metadata

  • Download URL: PyMuPDF-1.24.10.tar.gz
  • Upload date:
  • Size: 47.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.10.tar.gz
Algorithm Hash digest
SHA256 bd3ebd6d3fb8a845582098362f885bfb0a31ae4272587efc2c55c5e29fe7327a
MD5 44b7f3d1a0bd0c203d058a3580043128
BLAKE2b-256 8357da06ca4886afc71a624e4b463d05f45c8a822596ede939957295e229eb4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 227a4473fce8fa32b9268da68781048795503b67dc045867fc201e1334204bf1
MD5 0e2272e4e5baa3d33069625fb3c34fb0
BLAKE2b-256 914a4a54d3f6a779ac5eed92e82fe3c1bb426bc40f9ea57c8656839198944a82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp312-none-win32.whl
Algorithm Hash digest
SHA256 1e5413e1aeab2f18e1ca1b3ff17057a4a7c5cbf4ff14abc93203da88fc1a1dd8
MD5 330bbb7951ef7f31a8358d8fc5010b2e
BLAKE2b-256 53fb158909af75c84968ea7e6659a75fd67bd462103c599033b23ffd6bc173be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp312-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 696eed91d2ee44e76277dfeb6bd904c84ae005378588949df6ed9be9e03b9817
MD5 a27fd1fbb69df0335a0a440492f32555
BLAKE2b-256 2d3cf1ffbc6e13ab37900c2aa71e434bbba922770091242e2b059acdb14f779e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd78ee1ebefdfe72bc36fd4b731cc8c694eb8ef5337d8ea956b0e94cd88751fc
MD5 1bf57f258691b703c0e3f35a3965c596
BLAKE2b-256 a31b1b41b27aab571b835f8d983492b80ed64548e3b5c4d169e23c639727d43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp312-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e3969c2fdff682b3b2c6a2b463adde068d6d8e20e2133ef6c8503469259646a
MD5 11d978e3efbad356abe526cae3d4403b
BLAKE2b-256 5bdc0f22c77ac4f8e6b8316072519513d5f0111fffe96d357051db0ddf043032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50d2972558d25ce46a8634b58787b28dbeff9b3fe4299530fc9c8c9921061e83
MD5 538c200d35ac8cd25844b9d2044fcafe
BLAKE2b-256 b2bc975b4fe4400b00c912dad1874c43d31486150e6f39d7dae758751c27e2dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f323aa7bb55e0214e632bfe24fa140bd5dcfeac2d3977bdce46e760385140513
MD5 bb25a745cb550d58fe3a47d5daf55930
BLAKE2b-256 75847231344d98355a40fb57c4025391dfb4116e2c3e9d98d5cc83f80c5ea942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 05b8d360766b87f4abd186eba16a56b92bae513b2361b13f633fe6256329292e
MD5 c8225e1f7f03b93592b86e9b2e72fc61
BLAKE2b-256 303f356a70c105d4410c29529f1ca8c53b5d176b448a4409238b4dcd133507a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp311-none-win32.whl
Algorithm Hash digest
SHA256 49f83556cd1a7d05b36a54ccc01fce324da8a4e6854e36cc5cd94d321e428565
MD5 d9bed6d1cf6d5f12e056de77cb3ae03d
BLAKE2b-256 71e9d3bf062325b4821726a2f9ce9d75b63f594ae24bc38c31f55b4285f1f5e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp311-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f68671363be5a2ba104ab7d3bad821d2994cbe3f3408538bbc27d32e6dc9f923
MD5 dfc97a7c4d3af0dfc6b43b4b455dc11b
BLAKE2b-256 5b736b5c2dc59539b79cb9430ff946d7dff308af146f7c8bc7b96c963e12970d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0d1ccdc062ea9961063790831e838bc43fcf9a8436a8b9f55898addf97c0f86
MD5 779c6b7b8a547fad204042dbf2b8d184
BLAKE2b-256 c5393aaa1e8822c55c71bb37911b5b1c3157ef38d731581224b29a682d80a17b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp311-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a87440a6cbc0d5ad513425baa0f4747841898fca6e37350ca3e6b29e5f40c01
MD5 aa730bbeb020e988e85529d2f23fab27
BLAKE2b-256 1c7778800d3a711f92060f8e338a5df9330ffb5950f4fb3beeba01e15c03c4c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b14dbdf7c415bb0fa849527abbe7b4f1f55ae23b9355d132951f634438c59ac
MD5 82743f666cacc808be30bde1923f7386
BLAKE2b-256 bf2bc254cf49dfcf2469a674407a680f5b2b174b866e84d322f5767baf4d3ad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fbd67cce759fc0126902137409cf9da6313b776c4d5ff0d5200f336350f86a3
MD5 edaf1c0ead8b230baadc660194021bbd
BLAKE2b-256 dc356af0bb4bafe9d54893a04d9639f73b1b754efe0235997052d75fb6b7edc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 98b846dd044bf7242dcea6900b16eb430adbc3f1cef58d80c83a15ca7a35ef8b
MD5 00761da6b47ac523a41c7b0e3a005199
BLAKE2b-256 1c46fd0764b2195b02ccca0ae1617f3086d967dcb6b3dbc9e05b0be262d4e050

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp310-none-win32.whl
Algorithm Hash digest
SHA256 117b8a2220ec31142f6a5e4ac0235b56f239d88e57e5cef3aa047bc70e4cd1e9
MD5 14a0a453e497ff92260121dc43fca395
BLAKE2b-256 146430ebf345bfad0c828bd5f280f3094bd27ba4e3a3df0f9f8f8467e9413ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp310-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e52cc55055f08d9411cd991693fb1e6c7f665e92f7b79cdfa0c3d526b2e7f9bb
MD5 66b786b1aa4808b5180777313675796a
BLAKE2b-256 226e1ad2f0b66d8a3625864373b3bb196f58f3106d3339e5c98c33da71b6dc1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b3188a6d47bb512f749e9612f81f7ddf01c70308de6bb81b77b3a76ac43f402
MD5 7cae9f0bdd6734f9b8dcc25b7081fa51
BLAKE2b-256 4bdab6d38e5cc5fc028742fbf76b56fba5a3c9ff707d913ffea9347d6e20f65b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp310-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0edcd093db05991e9d32dd2687db408b40895214f9cecd50672cd6b79fee188f
MD5 2d192cefbba22cfb5cd61e99a255d2c5
BLAKE2b-256 73cb3c67a2bb69d6bad1d88a26afc566f3d910adde0eba3473774c098c1de107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd078bf6c5a016bb34dea0ed75030edaae1b00ca273f1fe41100c8c35a101abe
MD5 f710c4d89a51b947c3111f6728686f2c
BLAKE2b-256 343fe6c6870143b5bb9ddcf977657738a2ea1d92fe593431188e015b17e6db83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a320d44a96f0cc69364c4d7384205fdae57a511edb07e68627108546cfd3ca7d
MD5 6c71b8ec9852f24251abdc53c67314c1
BLAKE2b-256 f939cc7dd8fa3a38c54473546f8185a766530ecca990f7622b4eba8f405b6125

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 be120588a1d41220a60d899c43600e537d1bdb73612e0230378d14df40498658
MD5 46e03d96e69b7135714d004dfc572616
BLAKE2b-256 873db18de26bc8dfedf3bce7b647764ae55f730d9ca5af616d5f401b9907f8fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c8db06b0d5fbcf9b0e8949415771bd4771c820f43b052b42bce2db44c100e384
MD5 6b40f9ad39fff2a789701d5bbc414d22
BLAKE2b-256 76436580429ed7b8bf0678a9375cae92b1a77649fb2030011c4cb6aa2d015eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp39-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6a6458a3a6e7ec371176be17535825ca860d8eab5f8999958b2ac639777df5f
MD5 26d8834021618027b12b56850bebac6c
BLAKE2b-256 8c75810e2cd7b16a16f69218e958a60e2b3bb6f028037356758a42d1db134201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp39-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e95f5c379dc086eaa5a2af73f2e62a0bae95e05b19963603cdf800ca51e65a6
MD5 105d3eb356aaa6fddb6e17be3ee7994f
BLAKE2b-256 0176f92d2e78c595c114648ec263519787880f3754328d3b64305f5b28fdb147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp39-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5608a60c601ab34988f96ce122d7c19d0773e57e7bbb30c7b3ced1f5b0da74cf
MD5 d3c1c082084193bd03198a151f93b34d
BLAKE2b-256 c3d66c5879e7b52e9760eec682f1765331a9732b23f877a16ded5ea4db7b23b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp39-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3405e120249e2849daac4d52e25433bb0b5da4695ce8edea6cfb9cc819985c4
MD5 bf0fb289f2278710a10a3c260cc3e28c
BLAKE2b-256 8728d7f349abb702c4eeb1e09aba4513d2013d47a2f564cf50b4d9e32d1b3e3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 903b61b70952368d262603abc4b0cbe06a557872003f92bb8db4b6e608ff0817
MD5 6bdb9c1b2e20da09a360f4d3c5015d93
BLAKE2b-256 744ef5437cfe580c9ee66a8a873a09667641c8ef5d09232ff2b4ebe2a23ec242

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 634b22c0465dc9e415acea35f98c189391c6685ed943d489c069af7a72d1f8da
MD5 f44381f07ad61d710da31c470c10727c
BLAKE2b-256 2757365ea0225dace4d41093fdc505bf7f9f6ee6bb52b440085b11dd9fe3f7ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.24.10-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.10-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8ccb72a67386affe170a36e1a145f0a05daf1df9856130cedf4371015b66acc3
MD5 e073c6cd749da2922e783f1ce68d02e7
BLAKE2b-256 d6e6149479e20901bee3d6f88f54f8d8acfba01caae26955bf4dd7780017a4f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp38-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dda94921c9daf0416fe77b1366200c970a1b8519f826c30be7148df6a147eb1a
MD5 2e6a93eaef47736f7aeb317be5e503a6
BLAKE2b-256 d61d7338b1b290223b7cb4b35341804eb35b902019e1d9cd0267252e57fdbe62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp38-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d31c09e2af29f778249fe93beb4e44657ed2c0f385ccd5906e84b2b6a747ba9a
MD5 65c0041dcf19d5872fd74bd8103587e7
BLAKE2b-256 85faad0e282311e14e06ec8bb65b1d03949b4e06da561fdd11a7a3906c0ade42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp38-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccda6f26985347e9f52444c64b35e243f03d8c51106e8c0709f0b0c0b80b669a
MD5 34271c6cba2df70545e9c79d116ca6a3
BLAKE2b-256 cffd67db380af6713ff252466a400e1a7d4b902f9ae79a7e90b0560d1c15811e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp38-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbd618078c2caab742d34291bd4a4c660981bef3988dfaaadf5d534081abd8ec
MD5 d7f128cdbb8fe1547ca09eca8ba87c24
BLAKE2b-256 f626f890297cbd5e7f51bf912cd8149fc21f6930d3559a24f7be3d8cd77d8933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.24.10-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 738baea1e9f9f1df1da6ae9f5699fc96dcad58043c34ddecb69d3840c396dfb5
MD5 c3610e2f9116c43709ba2ac22903fb44
BLAKE2b-256 7fdef4bce5c050efa7ead9c22867e2dafa10fadb7ea003f02c41782a8d9e6e99

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