Added
- Support for Python 3.13 (#1092)
Changed
- Reduce memory overhead on runlength encoding by using lists (#1055)
- Using
pyproject.toml
instead ofsetup.py
(#1028)
Fixed
TypeError
when CID character widths are not parseable as floats (#1001)TypeError
raised by extract_text method with compressed PDF file (#1029)PSBaseParser
can't handle tokens split across end of buffer (#1030)TypeError
when CropBox is an indirect object reference (#1004)- Remove redundant line to be able to recognize rectangles (#1066)
- Support indirect objects for filters (#1062)
- Make sure
bytes
isbytes
where it counts (#1069)
Removed
- Support for Python 3.8 (#1091)