13/05/2022 Release

API

  • Fixed POST/inbox/{inbox_id}/reprocess: Timeouts while reprocessing an entire inbox are now mitigated as reprocess is now made asynchronous, running for as long as needed to reprocess everything.

Models

  • Improvement Splitting and classification: Improvements in emails, delivery_note, credit_note, invoice and receipt

  • Improvement Document numbers: Improvements in predictions for document_number, offer_number and credit_note_number

  • Improvement Party information: Improvements in sender_VAT predictions

UI

  • Welcome:

    • Feature Project column in welcome counters: The welcome counters now can also indicate to which project each inbox belongs. The columns displayed in the welcome counters can be configured in the Dashboard settings under welcome_counters_options.

  • Stats:

    • Fixed General stats: The pop-out page when clicking on a graph will now show only relevant information, meaning Gold will not appear when the statistics refer to data without feedback.

    • Fixed Version type: Filtering on version types (Upload date vs Version date) is working correctly again.

    • Overview:

      • Fixed Overview stats: The data shown on the overview stats page should now correctly respect the timeframe filter and files involved.

    • ML Awareness:

      • Fixed Awareness chart: The error line that appears when multiple fields are selected in the filter is now replaced with a correct threshold line. The same error line is now fixed when the chart is filtered by page_classification or document_classification.

    • ML Accuracy:

      • changed Confusion matrix: The display of a large confusion matrix is scrollable making it more user-friendly.

      • Fixed Confusion matrix: Filtering by numbers now works without emptying the cells with data.

      • Fixed Field accuracy: Clicking on the bars on Field Accuracy and Average Accuracy should now always pop-up a new window with more information. The duplicate fields in Field Accuracy are now removed.

  • Upload:

    • Feature Persistent drag and drop upload zone: It is now possible to keep the drag-and-drop upload zone even after dropping some files. This can be configured in the Dashboard settings under upload_options, show_upload_zone_always.

  • Review:

    • changed Flagged-for-review fields: Fields that are flagged for review now will be represented with a light red shade instead of with red font colour, so that the empty fields can also easily be represented as flagged-for-review.

    • changed Linking pages - multiple: When linking multiple pages which have different annotations, the first available annotation will be saved for all merged pages. When all pages are unlinked again, that one saved annotation will be saved for the first page of the unlinked pages.

    • Fixed Linking pages - view: Linking pages from the thumbnail view now correctly updates in page view as well.

    • Fixed Textual coordinates of feedback: Coordinates of manually typed feedback are now have the correct textual coordinates.

    • Fixed Highlighted text: The highlights over the text on the document preview should now more accurately surround the text of the prediction that was extracted.

    • Fixed Read-only on done files: Actions will not be available for files that have been submitted already if the read_only_after_submit is enabled.

    • Fixed Switching formats with tables: When switching from a format that has a table to one that doesn’t have one, and vice-versa, the review page should now automatically be updated to correctly visualise the updated format.

    • Fixed Deleting a row based on a tag field: Deleting a row/column when the selected field is a tag is now fixed and working again.

    • Fixed Confirming a tag in a table: Confirming a tag option now works again by simply selecting the option.

  • Inbox:

    • Fixed Document links: Clicking on links should now correctly open the file even if the user is not in the correct inbox.

    • changed Download options: The options TXT and Custom are no longer available for download.

  • Studio:

    • Projects:

      • Fixed Format display names: Display names now appear again in the predict box in project settings.

    • Format:

      • Fixed Add format: The add format button on the formats page now works again. And creating a new format by hitting Enter now will successfully create a single format instead of duplicate formats.

      • Fixed Visible if based on equal conditions: Visible_if conditions now also work on equal to rules

      • Fixed Deleting conditions on visible/mandatory_if: It is now possible to delete previously added rules to visible/mandatory_if fields

      • Fixed Changing formats: When a submitted file is being opened after the format for that file has recently been changed, you should not get an error message about the format not existing in the project anymore; instead, you will get a read-only mode message, as the file will have already been submitted.

      • Feature Checksum formulas: It is now possible to use the following functions:

        • Operator +: SUM(A,B)

        • Operator -: SUM(A,-B)

        • Operator *: PRODUCT(A,B)

        • Operator =: EXACT(A,B) // for string comparison

    • Thresholds:

      • Fixed Saving document_classification threshold: Modifications on page_classification or document_classification thresholds are now successfully saved.

      • Feature Input field: Next to threshold sliders are now input fields so that it is easier to set the exact threshold percentage desired for a given field.

    • Documentation:

      • changed Clean up: The documentation page has been cleaned up and a link to the user manual has also been added to the page.

      • Fixed Guided tours: With a simple refresh of the page, it is now possible to start a guided tour after ending a first one.

    • Users:

      • Fixed SSO and users: Adding new users now will automatically update the existing list of users.