def is_word_box_large_enough()

in src/process_results/main.py [0:0]


def is_word_box_large_enough(box):
    # really small words are probably incidental, and can be overlaid with an ad
    return box['Width'] >= min_word_width