I'm trying to extract data from a bar chart in image format. Is there a library, tool or similar project example you recommend me to use? What exactly I am trying to do is to pull column name = column value information from the image.
I've tried a few things with pytesseract and numpy libraries, but I couldn't get a successful result.