Overview
For cases requiring bounding boxes in a PDF and auto-scrolling from interface actions.
Key Features & Functionality
Example using “boundingBoxesDocumentUrl”:
reconcileDocumentViewer( documentUrl: document(cons!MY_DOCUMENT, "url"), boundingBoxesDocumentUrl: document(cons!MY_BOUNDING_BOXES_JSON, "url"))
Example usage using “boundingBoxes”:
reconcileDocumentViewer( documentUrl: document(cons!MY_DOCUMENT, "url"), boundingBoxes: { a!map( id: "1", text: "hello", pageNumber: 1, geometry: a!map( top: 0.05, left: 0.05, width: 0.05, height: 0.05 ), defaultHidden: false, /* optional, defaults true */ type: "type1", /* optional, used along with "selectableTypes", this bounding box will be selectable if "selectableTypes" is empty or if its value is contained within "selectableTypes" */ ) })
Usage considerations:
How do you get geometry co-ordinates as shown below? Gen AI Document Extraction AI Skill doesn't provide accurate co-ordinates to draw the bounding box. Does it require Advanced IDP Tool AI Skill?
geometry: a!map(top: 0.05,left: 0.05,width: 0.05,height: 0.05)
Hi,
Im trying to use this component and I have the following problem:
Component never displays the document when entering a task for the first time.
The display shows the following error: "Failed to load PDF file".
I checked that the document is uploaded correctly in Appian and its a PDF under 25Mb and under 500 pages. I tried to use both parameters (documentUrl and boundingBoxesDocumentUrl) and it didnt work
Hi, I was wondering how you use this plug-in after extracting information from documents using Appian AI. It would be helpful if there were more detailed instructions available.