What is a good way to parse an image of a table? I saw this question that is counting the number of x's in the table but it relies on having an image of x to search with.
Here is an example image of a table I would like to parse:
In my case the data would be mostly numbers. How can I extract cells from the table image so that there are separate images for each cell that can be used for OCR and a correct order of data? Does some sort of machine learning solution exist, rather than computer vision?
By robust I mean:
- Works with different cell backgrounds
- Does not fail with thicker or thinner outlines, or no outlines at all
- Works with different spacing between columns / rows