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](https://github.com/jstockwin/py-pdf-parser/pull/113))
Changed
- When the layout parameter all_texts is True, the text inside figures is now also returned as elements in the document. ([99](https://github.com/jstockwin/py-pdf-parser/pull/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](https://github.com/jstockwin/py-pdf-parser/pull/103))