My customer needs to scan various documents, index by document type, and export both a searchable test over image PDF and an XML file containing the metadata obtained through the indexing step. I am trying to determine how to accomplish this on my test system for doing both at the same time. I can do either one very easily but not both. Do I need to script this? If so would anyone have a sample VB Script? Is the Open API required?
Need to export both an XML index file and a text over image PDF
Was this article helpful?
0 out of 0 found this helpful
Comments
2 comments
My customer needs to scan various documents, index by document type, and export both a searchable test over image PDF and an XML file containing the metadata from the index fields in a certain specific XML format. I know that the PDF output export format does create an XML file containing all the relevant information but what if I need it formatted differently? How could I script this? Is the Open API required? If so would you have a sample VB Script? I have the documentation from Open API.
you cannot script the export in the necessary format but you can access the exported file in the export script. This way you task looks like you should access the exported xml file in the format you do not like and convert it into the format you like
i think there are some samples in the help
Please sign in to leave a comment.