Exemple #1
0
def img_box_step(img_field, is_get_main_region):
    #logger.debug("img_box_step:target_dir:",target_dir)
    box.box_step(img_field,
                 w=20,
                 h=20,
                 letter_pace=18,
                 row_space=30,
                 is_get_main_region=is_get_main_region)
Exemple #2
0
def img_box_step(img_field, is_get_main_region=True, try_num=""):
    #logger.debug("img_box_step:target_dir:",target_dir)
    box.box_step(img_field,
                 w=18,
                 h=20,
                 letter_pace=20,
                 is_get_main_region=is_get_main_region,
                 try_num=try_num)