Translate the following sentence: “The coordinates obtained from pdfminer are corrected on the PIL image.”
I obtained some coordinate information (such as the coordinates of rectangles, etc.) using pdfminer
. Now I want to convert the PDF pages into images and then draw the coordinates obtained from pdfminer
onto the images.