I tried with pdf2json npm package to extract the data from a pdf but it not extracting the data in paragraphs.
I have a pdf document which contains tables, paragrphs and charts init, i want to extract the raw data as a text file.
is there any alternate option to extract the data from pdf in paragraphs using Node js.