fix(detect_all_bboxes): remove small overlapping blocks by merging (#501)
Previously, small blocks that overlapped with larger ones were merely removed. This fix changes the approach to merge smaller blocks into the larger block instead, ensuring that no information is lost and the larger block encompasses all the text content fully.
Showing
Please register or sign in to comment