What is the Konfuzio Document Validation UI?¶
The Konfuzio Document Validation UI is a collection of open source components, developed with Vue.js, that lets you preview and interact with Documents uploaded to Konfuzio Server.

Chrome (from version 51), Firefox (from version 54), Edge (from version 15) and Safari (from version 10) are supported in the latest version.
If you want to read the full user guide visit this link.
Components¶
The app has four main components:
Document Thumbnails¶
This is a simple component that loads the Document images and displays them in a vertical list to act as a thumbnail selector. It is fully clickable and it updates its state automatically.
Document Page¶
This component is responsible for drawing the Document and handling any interaction with it. It uses Konva JS to render a canvas element that has the Document image as background and shapes on top. Most of the shapes are Annotations from the Konfuzio API.
Document Annotations¶
This component is responsible for creating a list to interact with each Annotation on the Document. You can accept, decline or edit the Annotation, edit empty Labels and change the Annotation bounding box, among other things.