Skip to content

v0.5.0

Compare
Choose a tag to compare
@jstockwin jstockwin released this 09 Jul 14:03
· 390 commits to master since this release
f773652

Added

  • New functions on ElementList, move_forwards_from and move_backwards_from, to allow moving forwards and backwards from a certain element in the list easily. (#113)

Changed

  • When the layout parameter all_texts is True, the text inside figures is now also returned as elements in the document. (#99)

Fixed

  • Passing a tolerance less than the width/height of an element no longer causes an error. The tolerance is now capped at half the width/height of the element. (#103)