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
## What's new
### New Features (ENH)
- Implement flattening for writer (#3312) by @PJBrs
### Bug Fixes (BUG)
- Unterminated object when using PdfWriter with incremental=True (#3345) by @m32
### Robustness (ROB)
- Resolve some image extraction edge cases (#3371) by @stefan6419846
- Ignore faulty trailing newline during RLE decoding (#3355) by @henningkoertelgmg
- Gracefully handle odd-length strings in parse_bfchar (#3348) by @stefan6419846
### Developer Experience (DEV)
- Modernize license specifiers (#3338) by @stefan6419846
### Maintenance (MAINT)
- Reduce max-complexity of tool.ruff.lint.mccabe (#3365) by @j-t-1
- Refactor text extraction code by @MartinThoma
[Full Changelog](5.7.0...5.8.0)
0 commit comments