Hi,
On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs.
ecclesiastes.pdf (260.7 KB)
I slightly modified the sample code to showcase this.
public static void Run() // origi…...(List<TextFragment> line in paragraph.Lines) { foreach (TextFragment...(TextFragment fragment in line) { paragraphText.Append(fragment.Text);...