|
|
batch_images = [images_with_extra_info[i:i+batch_size] for i in range(0, len(images_with_extra_info), batch_size)]
|
|
batch_images = [images_with_extra_info[i:i+batch_size] for i in range(0, len(images_with_extra_info), batch_size)]
|
|
|
result = may_batch_image_analyze(batch_image, True, show_log, layout_model, formula_enable, table_enable)
|
|
result = may_batch_image_analyze(batch_image, True, show_log, layout_model, formula_enable, table_enable)
|