I have a table which is a jpg image as in the link below and wanted to know how I could convert this into excel.
What library or open source software could be used along with python?
Thanks
Firstly, I would recommend cropping the image such that only the table is visible. Secondly, you can use OpenCV to detect and convert it in the CSV file by using contours and corners detection. You can use this link as a starting point reference.