DU Question

Hai Team,
I just want to know if the fields that are not present in MLExtractor that we are using how to extract those fields by using ML extractor?

What are the use case of form extractor when we have to use and similarly regex extractor and ML extractor are there any specific use cases for all these three extractors?

@Gayathri_Mk

This is when you retrain the model by labelling the fields you need in AI Center

Depends on the use case…for example…you have a static format of the form data to be extracted and the layout is almost similar then you can use form extractors (Eg: Form11) ,for regex extractors if the place holders are always similar like Invoice infront of invoice number etc then we can use rgeex extractor

if none of the above works we go with ml extractors

cheers

1 Like

@Gayathri_Mk

RegEx Extractor is used to extract single values with a known format on the page.
Form Extractor is used it extract regular values or simple tables from fixed forms.

Cheers