DS4SD / docling-ibm-models

MIT License
45 stars 10 forks source link

fix(LayoutPredictor): Ensure that the predicted bboxes are minmaxed within the image boundaries #42

Closed nikos-livathinos closed 1 month ago

nikos-livathinos commented 1 month ago

This PR fixes the issue #41

It ensures that LayoutPredictor returns always valid bboxes. The unit tests for the LayoutPredictor have been updated.