Overview
For use cases when needing to display bounding boxes within a pdf and provide auto-scrolling to those locations from interface actions.
Key Features & Functionality
Parameters:
Example Usage:
reconcileDocumentViewer( documentUrl: document( <docId>, "url" ), boundingBoxes: { a!map( id: "<bounding box ID>", text: "<text in box (used for search)>", pageNumber: <page number of box>, geometry: {left: <left coord>, top: <top coord>, width: <width>, height: <height>} ), ...more bounding boxes }, interactionIdValue: local!interactionId, interactionIdSaveInto: local!interaction, highlightedBoxId: ri!highlightedBox, clickedBoundingBox: ri!selectedBox)
What browser (and version) are you using?
Hi Amit, yes, the easiest way to get these bounding boxes is from Advanced IDP Tools, though you can also provide them manually if you integrate with an external IDP service. The AI Document Center application handles this process automatically for you (still requires Advanced IDP) so I highly recommend you leverage this application for any IDP use cases!
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.