Skip to content

0.16.19

Compare
Choose a tag to compare
@plutasnyy plutasnyy released this 05 Feb 17:21
· 34 commits to main since this release
5852260

Enhancements

Features

Fixes

  • Fix a bug where table extraction is skipped when it shouldn't. Pages with just one table as its content or starts with a table misses table extraction. The routing logic is now fixed.
  • Correct deprecated ruff invocation in make tidy. This will future-proof it or avoid surprises if someone happens to upgrade Ruff.
  • Remove upper bound constraint on python version in setup.py. Python3.13 is not yet officially supported, but allow users to try.
  • Fixes removing HTML elements from the inside of table cells in html partition v=2.0. The HTML partitioner now correctly preserves HTML elements from the inside of table cells.