* fix: replace `Rectangle.is_in()` with `Rectangle.is_almost_subregion_of()` when filling in an inferred element with embedded text * bug: check for None in Chipper bounding box reduction * chore: removes `install-detectron2` from the `Makefile` * fix: convert label_map keys read from os.environment `UNSTRUCTURED_DEFAULT_MODEL_INITIALIZE_PARAMS_JSON_PATH` to int type * feat: removes supergradients references
0.7.24
* fix: assign value to `text_as_html` element attribute only if `text` attribute contains HTML tags.
0.7.23
* fix: added handling in `UnstructuredTableTransformerModel` for if `recognize` returns an empty list in `run_prediction`.
0.7.22
* fix: add logic to handle computation of intersections betwen 2 `Rectangle`s when a `Rectangle` has `None` value in its coordinates
0.7.21
* fix: fix a bug where chipper, or any element extraction model based `PageLayout` object, lack `image_metadata` and other attributes that are required for downstream processing; this fix also reduces the memory overhead of using chipper model