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** `3135 <https://github.com/pymupdf/PyMuPDF/issues/3135>`_: Do not log warnings to stdout
19
+
* **Fixed** `3125 <https://github.com/pymupdf/PyMuPDF/issues/3125>`_: get_pixmap method stuck on one page and runs forever
20
+
* **Fixed** `2964 <https://github.com/pymupdf/PyMuPDF/issues/2964>`_: There is an issue with the image generated by the page.get_pixmap() function
21
+
22
+
* Other:
23
+
24
+
* Use MuPDF-1.24.0.
25
+
* Add support for redacting vector graphics.
26
+
* Several fixes for table module
27
+
28
+
* Add new method for outputting the table as a markdown string.
29
+
30
+
* Address errors in computing the table header object:
31
+
32
+
We now allow None as the cell value, because this will be resolved where
33
+
needed (e.g. in the pandas DataFrame).
34
+
35
+
We previously tried to enforce rect-like tuples in all header cell
36
+
bboxes, however this fails for tables with all-None columns. This fix
37
+
enables this and constructs an empty string in the corresponding cell
38
+
string.
39
+
40
+
We now correctly include start / stop points of lines in the bbox of the
41
+
clustered graphic. We previously joined the line's rectangle - which had
42
+
no effect because this is always empty.
43
+
44
+
* Improved exception text if we fail to open document.
This documentation covers **PyMuPDF v1.23.26** features as of **2024-02-29 00:00:01**.
3
+
This documentation covers **PyMuPDF v1.24.0** features as of **2024-03-21 00:00:01**.
4
4
5
5
The major and minor versions of **PyMuPDF** and **MuPDF** will always be the same. Only the third qualifier (patch level) may deviate from that of **MuPDF**.
0 commit comments