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…...it has integrated feature of OCR that runs automatically and thus...Aspose PDF added support of OCR only in latest version 26.6,...