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
* **Fixed** `4182 <https://github.com/pymupdf/PyMuPDF/issues/4182>`_: Text coordinate extraction error
15
15
* **Fixed** `4245 <https://github.com/pymupdf/PyMuPDF/issues/4245>`_: Highlighting issue distorted on recent versions
@@ -20,7 +20,7 @@ Change Log
20
20
* In annotations:
21
21
* Added support for subtype FreeTextCallout.
22
22
* Added support for rich text.
23
-
* Added miter_limit arg to insert_text*() to allow supression of spikes caused by long miters.
23
+
* Added miter_limit arg to insert_text*() to allow suppression of spikes caused by long miters.
24
24
* Add Widget Support to `Document.insert_pdf()`.
25
25
* Add `bibi` to span dicts.
26
26
* Add `synthetic' to char dict.
@@ -68,6 +68,8 @@ Change Log
68
68
* **Fixed** `3751 <https://github.com/pymupdf/PyMuPDF/issues/3751>`_: apply_redactions causes part of the page content to be hidden / transparent
69
69
70
70
71
+
.. codespell:ignore-begin
72
+
71
73
**Changes in version 1.24.14 (2024-11-19)**
72
74
73
75
* Use MuPDF-1.24.11.
@@ -2624,3 +2626,5 @@ Changes in version 1.9.1 compared to version 1.8.0 are the following:
2624
2626
* Incremental saves for changes are possible now using the call pattern *doc.save(doc.name, incremental=True)*.
2625
2627
* A PDF's metadata can now be deleted, set or changed by document method *set_metadata()*. Supports incremental saves.
2626
2628
* A PDF's bookmarks (or table of contents) can now be deleted, set or changed with the entries of a list using document method *set_toc(list)*. Supports incremental saves.
0 commit comments