Extract Tabular data from a Table

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vargheseg
Posts: 11
Joined: 2016-02-08T14:37:40-07:00
Authentication code: 1151

Extract Tabular data from a Table

Post by vargheseg »

I have some PDF files which does have table and some do not. Tables are in this format as per the attachment. So I will like to use a conditional logic to check if a document has tables.

Is there anyway I can check if any table exist in PDF document
vargheseg
Posts: 11
Joined: 2016-02-08T14:37:40-07:00
Authentication code: 1151

Re: Extract Tabular data from a Table

Post by vargheseg »

trying to add an attachment - cannot find the link
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Extract Tabular data from a Table

Post by fmw42 »

This forum does not support uploads. You will need to upload your image at some free image hosting site that will not change the format or zip it, assuming they can handle that, and put the URL here. One site you could use would be dropbox.com. But there are many others.

Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620

If using Imagemagick 7, then see http://imagemagick.org/script/porting.php#cli


For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
Post Reply