IDP vs Document Extraction Smart Services

Hello,

Recently I was provided with a requirement to extract certain data from PDF documents. The PDF documents should be extracted from a common mailbox and then few data available within the documents will have to be extracted automatically and stored in a database table. The whole process should be automated and there should not be any manual activity present within this process apart from reconciliations if any. 

After going through the documentation, I came across the inbuilt application IDP and the basic Document Extraction smart services which can perform the data extraction task. As IDP requires some manual activity, I prefer document extraction services as a better option for this requirement.

Can use Appian RPA to automate the steps required in using IDP to achieve this functionality ? Is this a better option than using the smart services ? Please suggest the best way of achieving this requirement. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hello Deepak,
    to simplify this a bit:
    RPA is meant to execute tasks in the system like you configured it in advance, not to develop or customize features or functionality.
    RPA, IDP or a plain basic appian process needs to be set up at first.
    -> so would not recommend to use RPA to train or customize the IDP set up.
    And it is not quite true that IDP requires a manual action every time.
    You have to train the IDP AI in the first couple of dozens/hundreds of documents, but after that, if the document structures stays basically the same, the rate of recognition is increasing and no further manual steps should ne required if the process is set up properly.

    Kind regards,
    Richard

  • Thanks for the response Richard. 

    As far as I understand, for IDP to extract details from a document, they will have to be manually uploaded to the system. I meant automating these steps using Appian RPA, so that the document will get uploaded to system for data extraction.

    I assume the core logic behind IDP and document extraction smart services is the same. Please correct me if I am wrong.

    Apart from this, there are other activities which needs to be performed post data extraction, like extract certain pdf pages, merge pdf, email pdf, etc. 

    If the core extraction logic behind IDP and document extraction smart services are same and the above activities can be performed directly from the process level, would it be wise to stick with document extraction smart services instead of using IDP ?

    Regards,
    Deepak
Reply
  • Thanks for the response Richard. 

    As far as I understand, for IDP to extract details from a document, they will have to be manually uploaded to the system. I meant automating these steps using Appian RPA, so that the document will get uploaded to system for data extraction.

    I assume the core logic behind IDP and document extraction smart services is the same. Please correct me if I am wrong.

    Apart from this, there are other activities which needs to be performed post data extraction, like extract certain pdf pages, merge pdf, email pdf, etc. 

    If the core extraction logic behind IDP and document extraction smart services are same and the above activities can be performed directly from the process level, would it be wise to stick with document extraction smart services instead of using IDP ?

    Regards,
    Deepak
Children