Skip to main content
September 9, 2025
Solved

"Extract from document" without direct use of "reconcile doc extraction"

  • September 9, 2025
  • 5 replies
  • 0 views

I just created a process which extracts data from pdf and then uses a reconcile doc extraction to extract tables' data and submit the operation. My question is: do I have to use tables for nested data or I could just try to use text to extract all the data without any need in using reconcile doc extraction task? Is there any way to integrate the reconcile doc extraction in my own customized interface?

Best answer by stefanhelzle0001
Is there any way to integrate the reconcile doc extraction in my own customized interface?

No

do I have to use tables for nested data or I could just try to use text to extract all the data without any need in using reconcile doc extraction task?

- Is this one or two questions?

- I think that nested data means lists, which results in using tables.

5 replies

stefanhelzle0001
September 9, 2025
Is there any way to integrate the reconcile doc extraction in my own customized interface?

No

do I have to use tables for nested data or I could just try to use text to extract all the data without any need in using reconcile doc extraction task?

- Is this one or two questions?

- I think that nested data means lists, which results in using tables.

shubhama926776
September 9, 2025

Use a!docExtractionResult() function to embed extraction results in your own interface. Tables need structure preservation, text extraction can’t do that alone.

As a!docExtractionEesult() is deprecated recommend to follow standard extraction.

docs.appian.com/.../doc-extraction-tutorial.html

stefanhelzle0001
September 9, 2025
shubhama926776
September 9, 2025

oh right it’s deprecated. Updated above answer

preet.jain
September 10, 2025

[mention:bf73e857587144dd8a696aa831d8c328:e9ed411860ed4f2ba0265705b8793d05] Have you considered using AI Document Center? It might be a better fit for your use case and you can integrate the reconciliation experience in your own interface. Please find the documentation here: docs.appian.com/.../reconcile-extraction.html