Hello,
I want to extract the content with coordinates from the PDF document. Suppose if document contains "Table of Content" in first page, I want to get the text as "Table" with x-indent and y-indent.
Using pdfextractor I can get the content.
using TextFragmentAbsorber I can get coordinates.
Is there anyway to get content with coordinates?