Hi All,
Is it possible to read the data in the word document or PDF file, and perform some actions based on that data ?
Thanks in advance.
Warm Regards
Vineeth
Discussion posts and replies are publicly visible
Hi vineethk0001,
It is possible to extract the data from PDF document by using Document Extraction Process.
Please go through the link and follow the steps for extracting data in the document : https://docs.appian.com/suite/help/22.4/create-doc-extraction-process.html
After the extraction you can send the data to your cloud database and perform the actions.
Hope this is helpful.
Regards,
Rohith
Thanks for the reply Venkat, will this help in the even if the Document template is not a standard one, i mean, we will have multiple documents where the information is same, but all has different strtcture.
The document structure should be standard in order to extract the data. We can use this smart service when we have multiple documents of same structure, where the data type fields should be same as the document fields. You can add a Write to data store entity smart service after the extraction process to store the data in the cloud.