FieldsExtractionTrainer Object (IFieldsExtractionTrainer Interface)
This is a trainer object for a given FieldsExtractionTrainingBatch. Use this object to train the fields of the section on the corresponding training batch.
The FieldsExtractionTrainer object is a so-called "connectable object." The methods of the FieldsExtractionTrainer object report information about page processing progress through special outgoing interfaces. These interfaces are IProcessingEvents (for C++) and the dispinterface DIProcessingEvents (for Visual Basic). It should be noted that Visual Basic users should not care for details of implementing event interfaces, as this development platform provides easy means for handling them.
Methods
Name | Description |
---|---|
Train | Trains fields extraction with the corresponding batch. |
Related objects
Samples
This method is used in the following code samples: Invoices Processing and Training.
See also
8/15/2023 1:19:30 PM