I am trying to extract tables from an image and am looking for a generic solution to be able to extract multiple tables from an image without repetition.
Below is a command to do something similar.
How do i convert the following command to get a list of Images as output in C#.
Hope you can help.
I though you already figured this out because you closed this issue: https://github.com/dlemstra/Magick.NET/issues/367. You should the `ConnectedComponents` of `MagickImage` for this. Maybe you could give it a try yourself first this time?
I tried it figured out how to do it with AForge. I'll still give it a try with magick.net
Meanwhile if you could suggest some solution it'd be great.
Regards