- Adds
Page.extract_words(...)
, inspired by @jsfenfen's coalesce_words.py - Adds
Page.filter(...)
- Adds height/width properties to
CroppedPage
- Shifts idiom from
.from_path
to.open
, and makesPDF
class compatible withwith
statements. - Fixes a memory leak (caused by misuse of
atexit
)