Hello,
i need a code for VBA.
I know how to open the PDF Document
Set objDocument = New Acrobat.AcroPDDoc
With objDocument
.Open str_Path
Now i want ececute the OCR. But i dont know how.
Which ist the command?
Hello,
i need a code for VBA.
I know how to open the PDF Document
Set objDocument = New Acrobat.AcroPDDoc
With objDocument
.Open str_Path
Now i want ececute the OCR. But i dont know how.
Which ist the command?