document-understanding
2020.10
false
DEPRECATED
Document Understanding Release Notes
Last updated Feb 28, 2024
20.10.4
Release date in AI Fabric Lite: 4 November 2020
Release date in AI Fabric On Prem: 19 November 2020
A new model for Japanese Invoices.
Evaluation pipelines now return metrics for Classification fields too.
Support for Microsoft Read OCR version 3.
Improvements to date formatting/parsing for detecting day/month/year versus month/day/year formats.
Improvements to decimal point and thousands separators detection for correct number parsing.
Training on CPU is supported in all versions of AI Fabric.
Improved parsing of fields with content-type
id-no
.
Support for training Classification fields only (no Regular or Column fields).
Increased the maximum number of allowed fields from 32 to 40.
Report confidence levels for Column fields.
When creating a UiPath.DocumentUnderstanding.ML.Activities Package in AI Center, the package name should not be any python reserved keyword, such as
class
, break
, from
, finally
, global
, None
, etc. Note that this list is not exhaustive since the package name is used for class <pkg-name>
and import <pkg-name>
.