Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Intelligent Document Processing ideal and non ideal project scenarios

Certified Lead Developer

I read about IDP how advance and easy to use Appian's IDP for document processing. I am wondering a scenario where Appian's IDP is not an ideal solution to use? Does it have any limitations?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Few limitations I can think of:

    1. Appian IDP supports only PDF docs as inputs as of now, if there is any doc of any other type, we might want to convert that manually or use some smart services to convert them ourselves.
    2. AI may not be 100 % accurate always, so if it our app is data sensitive/critical, then we should always route it to reconciliation step or manual data fix updates post extraction phase.
    3. Process workflow cannot be synchronous, as in we can't expect to view a form or see any immediate results once we submit the document for processing initially, this needs to be later viewed as a task or in a record later post processing of extraction phase which usually takes around 1-2 minutes on an average.
    4. Google AI/ML is comparatively better than Appian AI, for data extraction/parsing. I recommend using Google AI/ML for more accuracy/confidence.
    5. I believe the ML training is not carry forwarded while we deploy the app to higher environments, and we have to re-train it again from scratch, which adds and extra overhead. Someone please correct me if I'm wrong here.
Reply
  • 0
    Certified Lead Developer

    Few limitations I can think of:

    1. Appian IDP supports only PDF docs as inputs as of now, if there is any doc of any other type, we might want to convert that manually or use some smart services to convert them ourselves.
    2. AI may not be 100 % accurate always, so if it our app is data sensitive/critical, then we should always route it to reconciliation step or manual data fix updates post extraction phase.
    3. Process workflow cannot be synchronous, as in we can't expect to view a form or see any immediate results once we submit the document for processing initially, this needs to be later viewed as a task or in a record later post processing of extraction phase which usually takes around 1-2 minutes on an average.
    4. Google AI/ML is comparatively better than Appian AI, for data extraction/parsing. I recommend using Google AI/ML for more accuracy/confidence.
    5. I believe the ML training is not carry forwarded while we deploy the app to higher environments, and we have to re-train it again from scratch, which adds and extra overhead. Someone please correct me if I'm wrong here.
Children