I am using PIL to draw an image and write text on it. After this, I want to draw and get bounding boxes coordinates [(x1,y1),(x2,y2)] for the text on the image. How can I do