You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The PDF engine behind over 50 million monthly downloads, powering AI pipelines worldwide.**
26
26
@@ -32,10 +32,10 @@
32
32
33
33
## Why PyMuPDF?
34
34
35
-
-**Fast** — powered by [MuPDF](https://mupdf.com/), a best-in-class C rendering engine
35
+
-**Fast** — powered by [MuPDF](https://mupdf.com?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=body&utm_term=mupdf), a best-in-class C rendering engine
36
36
-**Accurate** — pixel-perfect text extraction with font, color, and position metadata
-**LLM-ready** — native Markdown output via [PyMuPDF4LLM](https://pypi.org/project/pymupdf4llm/) for RAG and AI pipelines
38
+
-**LLM-ready** — native Markdown output via [PyMuPDF4LLM](https://pdf4llm.com?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=body&utm_term=pymupdf4llm) for RAG and AI pipelines
39
39
-**No mandatory dependencies** — `pip install pymupdf` and you're done
40
40
41
41
---
@@ -273,7 +273,7 @@ print(md)
273
273
Supports multi-column layouts, natural reading order and page chunking.
@@ -392,7 +392,7 @@ for fmt in ["contract.docx", "data.xlsx", "deck.pptx", "report.hwpx"]:
392
392
print(page.get_text())
393
393
```
394
394
395
-
[Get a trial license key for PyMuPDF Pro](https://pymupdf.pro/try-pro)
395
+
[Get a trial license key for PyMuPDF Pro](https://pymupdf.pro/try-pro?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=body&utm_term=pymupdf_pro)
396
396
397
397
**What you can do with Office documents:**
398
398
@@ -723,15 +723,15 @@ doc.save("output.pdf")
723
723
724
724
## Documentation
725
725
726
-
Full installation guide, API reference, cookbook, and tutorial at **[pymupdf.readthedocs.io](https://pymupdf.readthedocs.io)**.
726
+
Full installation guide, API reference, cookbook, and tutorial at **[pymupdf.readthedocs.io](https://pymupdf.readthedocs.io?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=documentation_community&utm_term=docs)**.
-[PyMuPDF Pro docs](https://pymupdf.readthedocs.io/en/latest/pymupdf-pro?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=documentation_community&utm_term=pymupdf_pro)
735
735
736
736
---
737
737
@@ -741,17 +741,17 @@ Full installation guide, API reference, cookbook, and tutorial at **[pymupdf.rea
741
741
| Project | Description |
742
742
|---|---|
743
743
|[PyMuPDF4LLM](https://github.com/pymupdf/pymupdf4llm)| LLM/RAG-optimised Markdown and JSON extraction |
744
-
|[PyMuPDF Pro](https://pymupdf.io/pro)| Adds Office and HWP document support |
744
+
|[PyMuPDF Pro](https://pymupdf.io/pro?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=related_projects&utm_term=pymupdf_pro)| Adds Office and HWP document support |
745
745
|[pymupdf-fonts](https://pypi.org/project/pymupdf-fonts/)| Extended font collection for PyMuPDF text output |
746
746
747
747
---
748
748
749
749
## Licensing
750
750
751
-
PyMuPDF and MuPDF are maintained by [Artifex Software, Inc.](https://artifex.com)
751
+
PyMuPDF and MuPDF are maintained by [Artifex Software, Inc.](https://artifex.com?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=footer&utm_term=website)
752
752
753
753
-**Open source** — [GNU AGPL v3](https://www.gnu.org/licenses/agpl-3.0.html). Free for open-source projects.
754
-
-**Commercial** — separate commercial licences available from [Artifex](https://artifex.com/licensing) for proprietary applications.
754
+
-**Commercial** — separate commercial licences available from [Artifex](https://artifex.com/licensing?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=footer&utm_term=licensing) for proprietary applications.
755
755
756
756
---
757
757
@@ -760,7 +760,7 @@ PyMuPDF and MuPDF are maintained by [Artifex Software, Inc.](https://artifex.com
760
760
Contributions are welcome. Please open an issue before submitting large pull requests.
0 commit comments