Hi,
Is there a way that we can fill out the form using the attachment. I mean we have to upload a file and we need to retrieve values from the attachment using OCR or something, and then fill it into the form fields.
Thanks in advance.
Hi,
Is there a way that we can fill out the form using the attachment. I mean we have to upload a file and we need to retrieve values from the attachment using OCR or something, and then fill it into the form fields.
Thanks in advance.
Hi Shibin, theorectically the answer is yes, but the form would have to be submitted, and followed by a service task, and then another user task assigned to the user where the updated form would be displayed.
The service task workflow would extract the data from the attachment using pattern matching, or PDF field reading based on the type of file uploaded, placed into tokens and then passed back to the form using Assign Business Process variables.
Unless the ability to extract the data from the Attachment is very predictable/reliable, will determine if this works for you or not.
It depends what you're trying to pull from the file upload. Can you alter how the file is named before it's uploaded? You could do something like grab X, Y or Z from the file name and fill out fields based on this.
Thanks for the reply
That is OK but what i want is to extract the content from the file upload. For example if the file is an invoice and i need to retrieve details such as invoice number, date, vendors name etc and then fill it onto the template. How is this done.?
Hi,
I can't think of any default functionality that will give you this (outside of Steve's suggestion below).
You could do some work with Javascript OCR and pull back all the text as the file is uploaded and use some pattern matching to try and pull back the data you want.
You can get a preview of files you upload on the attachment now so you can pull back a preview of this invoice and input manually ?