Added
- Support for Python 3.13 (#1092)
 
Changed
- Reduce memory overhead on runlength encoding by using lists (#1055)
 - Using 
pyproject.tomlinstead ofsetup.py(#1028) 
Fixed
TypeErrorwhen CID character widths are not parseable as floats (#1001)TypeErrorraised by extract_text method with compressed PDF file (#1029)PSBaseParsercan't handle tokens split across end of buffer (#1030)TypeErrorwhen 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 
bytesisbyteswhere it counts (#1069) 
Removed
- Support for Python 3.8 (#1091)