Hi there.
My application needs to extract paragraphs from PDF files.
In some PDF files it works just fine, but in some of them every line of the document is recognized as a paragraph.
For example, in this file: PASSE PAG (F&O) 2018.pdf (433.3 KB)
In this Screenshot (226.6 KB) we can see on the right the original paragraph and on the left how it was extracted using ASPOSE.PDF for .NET.
My code for paragraph extraction is written exactly as described in option 2 on this documentation: https://docs.aspose.com/display/pdfnet/Extract+Paragraph+from+PDF
Can you guys help me out here?
Thanks.