I have an image which is the extracted row of a table and it looks like this:
I want to extract each column which is separated by vertical lines into a list.
The expected output will be like this:
['Sl No','Description of Goods','HSN/SAC','Quantity','Rate','per','Amount']
The image is not from a DB, It is just an image that is extracted by some ML model.
How can I achieve this?