I am using Box view api in PHP to convert PDF to HTML. This returns SVG file, now how to identify the tables in SVG file returned by this api?
Asked
Active
Viewed 31 times
-1
-
1Show us what you tried so far. You might want to read [How do I ask a good question](http://stackoverflow.com/help/how-to-ask), which enhances the probability for getting a useful answer _drastically_. You might find [ESR](https://en.m.wikipedia.org/wiki/Eric_S._Raymond)'s excellent essay [How To Ask Questions The Smart Way](http://catb.org/~esr/faqs/smart-questions.html) helpful, too. – Markus W Mahlberg Apr 09 '15 at 12:50
1 Answers
0
An SVG is a vectorial image format. It does not contains information about tables, you should try an other approach.

Alessandro Lai
- 2,254
- 2
- 24
- 32