Skip to content

0.0.47

Compare
Choose a tag to compare
@awalker4 awalker4 released this 26 Sep 00:21
· 127 commits to main since this release
a20e01c
  • Adds chunking_strategy kwarg and associated params These params allow users to "chunk" elements into larger or smaller CompositeElements
  • Remove parent_id from the element metadata. New metadata fields are causing errors with existing installs. We'll readd this once a fix is widely available.
  • Fix some pdfs incorrectly returning a file is encrypted error. The pypdf.is_encrypted check caused us to return this error even if the file is readable.