How to create an Excel table from this header with Python?
I am using OpenCV (cv2) to crop a table header into individual cells. I then get the coordinates for each cell to insert them into a workbook using pandas. This process works fine for normal headers, but it’s not working for headers like the one in the attached image.
How to create an Excel table from this header with Python?
I am using OpenCV (cv2) to crop a table header into individual cells. I then get the coordinates for each cell to insert them into a workbook using pandas. This process works fine for normal headers, but it’s not working for headers like the one in the attached image.