Skip to main content

Uniphore Help Center Portal

Release Notes: January 3, 2025

Role-Based Access Control Updates

image46.png Organization admins can now access all tasks instead of tasks from workflows that they are workflow admins Export Tasks to CSV

image46.png Workflow admins and org admins can now export API automation tasks for their workflows. Simply by click "Export" in Tasks page with preferred filters and click on "Create Export". We will send an email to your inbox once the job is complete:

image116.png Click on the download button it will take you to our web portal and start the file download. The CSV file contains information including task name, task id, workflow name, workflow type, status, number of document pages, reviewer name, reviewer email, last modified time, task completion time, field name, parent field name, predicted value, predicted normalized value, pre annotation confidence score, final ground truth value, final normalized value, values matches, normalized value matches.

New Drop-down Actions

image46.png JSON results of completed API automation tasks can be downloaded from within each task by task reviewers, workflow admins or org admins if allowed to view tasks. image116.png Run workflow action from the workflow action drop-down for orby workflows.

image113.png By clicking "Run" against any of the listed workflows, a pop-up will appear, allowing users to upload the required document. Upon successful upload, users will be redirected to the Executions list, where they can view all executions, including the newly added one. This enhancement streamlines task creation and provides a more intuitive user experience.

Dashboard updates

image46.png Included UI automation execution and tasks stats along with API automation ones

image166.jpeg

image46.png Added a new executions section image46.png Added a new teams section

image167.jpeg

HITL updates

image168.jpegimage46.png Improved document annotation experience when there are overlapped texts (i.e. watermarks) image46.png Visual update of document control toolbar and added keyboard shortcuts popover

Revamped the entity sidebar

Added new collapsed view and automatically collapses for table entities based on browser window size. Introduced a new "All Fields" tab that consolidates all entities

Redesigned the entire entity view with updated colors for highlighting, entity selection, and status-based distinctions (e.g., reviewed, not found, predicted).

Add entity page index in JSON of extraction tasks

Normalization Improvements

All entities in the JSONs of extraction tasks have normalizedValue.text populated in the following methods:

Text type: remove leading and trailing whitespaces, and replace continuous whitespaces with a single whitespace image113.png Money type: ISO 4217 text format if normalization succeeds, otherwise same with Text type

image113.png Date type: ISO 8601 text format if normalization succeeds, otherwise same with Text type

image169.png Number_Float and Number_Int: convert to text and process as the Text type