I have various images containing unstructured data, mostly in tabular format. How do I use computer vision to identify tables, segment the different portions of the table and then extract the values in the form of key-value pairs using some OCR tool?
I am working with something like this.

My idea is to segment the different portion of the table using computer vision and then using OCR on the different portions. Any kind of suggestion or advice is highly appreciated.