Search found 2 matches

by jayantrajwani
2019-01-09T03:02:18-07:00
Forum: Magick.NET
Topic: Using magick.net in C# to find tables
Replies: 2
Views: 9369

Re: Using magick.net in C# to find tables

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
by jayantrajwani
2019-01-08T06:29:21-07:00
Forum: Magick.NET
Topic: Using magick.net in C# to find tables
Replies: 2
Views: 9369

Using magick.net in C# to find tables

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. IFS...