Hi,
I am trying the below code to convert a PDF to MS Word using aspose-pdf-26.5.jar
Document pdfDocument = new Document(“Test.pdf”);
pdfDocument.save(“Test.pdf.docx”, SaveFormat.DocX);
pdfDocument.close();
The outp…...Aspose PDF added support of OCR only in latest version 26.6, so when...