Skip to content

v0.4.0

Compare
Choose a tag to compare
@jsvine jsvine released this 09 Mar 12:57
· 582 commits to stable since this release
  • 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 makes PDF class compatible with with statements.
  • Fixes a memory leak (caused by misuse of atexit)