Represents a table extracted from a pdf file.

Properties

content

content: (null | string)[][];
a 2 dimensional array contains the table values.

title

title: null | string;
the title of the table if found