return_boxes_of_images_by_order_of_reading_new: indent

(by removing unnecessary conditional)
This commit is contained in:
Robert Sachunsky 2025-10-24 02:30:39 +02:00
parent 66a0e55e49
commit 3ebbc2d693

View file

@ -1641,7 +1641,6 @@ def return_boxes_of_images_by_order_of_reading_new(
#if (len(matrix_new[:,9][matrix_new[:,9]==1]) > 0 and
# np.max(matrix_new[:,8][matrix_new[:,9]==1]) >=
# 0.1 * (np.abs(bot-top))):
if True:
try:
num_col, peaks_neg_fin = find_num_col(
regions_without_separators[top:bot],