Document Understanding Issue

Hi,

There are so many fields are missing in MachineLearningExtrator to extract the information from an inovice like Order no, GST, HSC/code etc.

how to add these fields in pre defined fields with ourself.

Regards,
Satyendra

There are two options to include extraction from fields not present in the machine learning extractor provided by uipath.

The first is to create your own ML package in python and upload it to ai fabric.

The second is to use regex, or form extractors (intelligent or standard) to extract the data.

Unfortunately these are the only choices. If there are other fields you want to extract using only the built in uipath ML extractor, this is not supported right now.