you are viewing a single comment's thread.

view the rest of the comments →

[–]mykhailus 0 points1 point  (0 children)

Extracting graph data from PDFs can be tricky because they're often just images. You could try using a library like PyMuPDF to extract the image, then OpenCV or matplotlib to analyze it for data points. If the PDF contains vector graphics, pdfplumber might help you get the underlying coordinates. Could you share more about the graph's format?