Docx page bad page formating

Hi
Asi You can see in the attached files the convesion from pdf to docx has some errors.
On page 3 and on page 4, under the SUPPLY paragraph the line is over the text and not above.
Also the text in the azure area is misplaced in page 3, 4 and 5.
How can I solve ?
I used the last version 2023.2
Tks
152593_Offer_20230313165602.docx (172.3 KB)
152593_Offer_20230313172422.pdf (186.2 KB)

@AxiomaBo
Please provide the code snippet you are using to convert

com.aspose.pdf.Document doc = new com.aspose.pdf.Document(result);
ByteArrayOutputStream output = new ByteArrayOutputStream();
DocSaveOptions saveOption = new DocSaveOptions();
saveOption.setMode(DocSaveOptions.RecognitionMode.Flow);
saveOption.setFormat(DocSaveOptions.DocFormat.DocX);
saveOption.setRecognizeBullets(true);
doc.save(output, saveOption);
doc.close();

Where result is a byte array containing the pdf.
Tks

@AxiomaBo
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): PDFJAVA-42582

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.