Overview
For use cases when needing to display bounding boxes within a document 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)
Usage considerations:
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
Hello, Were you able to resolve this issue. Same issue with me too. Document is loading from documentview but not reconcileDocumentViewer.