We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb406c7 commit 181634cCopy full SHA for 181634c
docs/about.rst
@@ -88,10 +88,10 @@ Architecture
88
89
|PyMuPDF| follows a four-layer system architecture with the following components:
90
91
-- **Python API Layer** - User-facing classes and functions
92
-- **Python Wrapper Layer** - High-level abstractions and utilities
93
-- **Binding Layer** - SWIG-generated wrapper for the MuPDF C++ API
94
-- **MuPDF Core Layer** - Native C/C++ implementation
+- **PyMuPDF Python API** - User-facing classes and functions
+- **MuPDF Python API** - Generated by SWIG
+- **MuPDF C++ API** - Generated by custom tool and libclang
+- **MuPDF C API** - Native C/C++ implementation
95
96
97
.. include:: version.rst
0 commit comments