I try to Extract Details From the PDF I use the Document understanding for the extraction in the taxonomy (Data extraction scope → Machine learning extorter → configure Extractors)
in the Configure Extractor there are some fields only there
I want to extract the(Supplier Code, Item code and purchase ID) But those fields are Not available in the Data extraction scope (Configure Extraction )
how to extract the details of Supplier Code / Item Code / Purchase ID
You might have to use data labeling session and train a custom ML model in order to extract the specified custom fields such as Supplier Code from your invoices, as the Out-of-the-Box Invoice model may not contain the fields what you want to extract.
Yes. Already available Out-of-the-Box model may not contain such fields in their schema already. You need to use a feature called ‘Transfer Learning’ in order to train your model to extract such custom fields.
In this you will take an existing model & add the fields that you want to extract. Then train the model with sufficient data, train & transfer the model, which can be used to extract the fields.
In order to do this, you need to create a dataset in the action center, label the data field that you want to extract, export the labelled data and train it in the pipeline. Deploy the ML skill on the trained pipenline package and use the same in the project.