* feat: add back `source` to `TextRegions` and `LayoutElements` for backward compatibility
0.8.5
* fix: remove `pdfplumber` but include `pdfminer-six==20240706` to update `pdfminer`
0.8.4
* feat: add `text_as_html` and `table_as_cells` to `LayoutElements` class as new attributes * feat: replace the single valueed `source` attribute from `TextRegions` and `LayoutElements` with an array attribute `sources`
0.8.3
* fix: removed `layoutelement.from_lp_textblock()` and related tests as it's not used * fix: update requirements to drop `layoutparser` lib * fix: update `README.md` to remove layoutparser model zoo support note
0.8.2
* fix: fix bug when an empty list is passed into `TextRegions.from_list` triggers `IndexError` * fix: fix bug when concatenate a list of `LayoutElements` the class id mapping is no properly updated