After convert pdf to .docx with RecognizationMode.Textbox, when near the page bottom, the 2 cells in pdf are meged to 1 textbox,However, it should be 2 textboxes

version: 23.8,

 string docxFileName = Path.Combine(Path.GetTempPath(),Path.GetFileNameWithoutExtension(fullFileName) + ".docx");
 DocSaveOptions saveOptions = new DocSaveOptions
 {
     Format = DocSaveOptions.DocFormat.DocX,
     Mode = DocSaveOptions.RecognitionMode.Textbox
 };
 pdfDocument.Save(docxFileName, saveOptions);

image.png (96.6 KB)

pdf file:

GZHL2407028609LW.pdf (91.2 KB)

@softboy

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-57732

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.