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 all and sorry for bothering. I'm not using an AI Skill but i'm receiving coords from an external integration and my bounding box is outside the PDF.In bounding box geometry, are left and top coords in inches? Or in some sort of percentage?Thanks in advance for your supporto