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 62a6e4c commit bb406c7Copy full SHA for bb406c7
docs/about.rst
@@ -86,13 +86,14 @@ Architecture
86
----------------------
87
88
89
-|PyMuPDF| follows a four-layer system architecture with clear separation between components:
+|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 Python-C bridges
+- **Binding Layer** - SWIG-generated wrapper for the MuPDF C++ API
94
- **MuPDF Core Layer** - Native C/C++ implementation
95
96
+
97
.. include:: version.rst
98
99
.. _About_License:
0 commit comments