14
0

Accepting request 946723 from home:cges30901

Update to v1.19.4

OBS-URL: https://build.opensuse.org/request/show/946723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=36
This commit is contained in:
2022-01-16 13:27:36 +00:00
committed by Git OBS Bridge
parent 5fe4915c86
commit 5da8b3ec4a
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 10 12:52:19 UTC 2022 - Hsiu-Ming Chang <cges30901@gmail.com>
- Update to v1.19.4
* Fixed #1505. Immunize against circular outline items.
* Fixed #1484. Correct CropBox coordinates are now returned in
all situations.
* Fixed #1479.
* Fixed #1474. TextPage objects are now properly deleted again.
* Added Page methods and attributes for PDF /ArtBox, /BleedBox,
/TrimBox.
* Added global attribute TESSDATA_PREFIX for easy checking of OCR
support.
* Changed Document.xref_set_key() such that dictionary keys will
physically be removed if set to value "null".
* Changed Document.extract_font() to optionally return a
dictionary (instead of a tuple).
-------------------------------------------------------------------
Fri Dec 17 13:03:20 UTC 2021 - Hsiu-Ming Chang <cges30901@gmail.com>