Generation

generate functionFri, 12 May 2023

read out off the word in the image

def image_to_string(img): return (img.split("_")[1]).split(".")[0] image_to_string(image_list[0])

Questions about programming?Chat with your personal AI assistant