Added
- Add
utils.outside_bbox(...)
andPage.outside_bbox(...)
method, which are the inverse ofutils.within_bbox(...)
andPage.within_bbox(...)
. (#369 + 3ab1cc4) - Add
strict=True/False
parameter toPage.crop(...)
,Page.within_bbox(...)
, andPage.outside_bbox(...)
; default isTrue
, whileFalse
bypasses thetest_proposed_bbox(...)
check. (#421 + 71ad60f) - Add more guidance to exception when
.to_image(...)
raisesPIL.Image.DecompressionBombError
. (#413 + b6ff9e8)
Fixed
- Fix
PageImage
conversions for PDFs withcmyk
colorspaces; convert them torgb
earlier in the process. (28330da)