This is the main object which provides access to Classification API of ABBYY FineReader Engine. It exposes methods which load a classification model from file, create a trainer object to train a new model, create the classification objects that extract and store the relevant information from a document or a page.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Methods
| Name | Description |
|---|---|
| CreateModelFromFile | Loads the classification model from file as a new Model object. |
| CreateObjectFromDocument | Creates a new ClassificationObject on the basis of the first page of a document. |
| CreateObjectFromPage | Creates a new ClassificationObject on the basis of a page. |
| CreateTrainer | Creates a Trainer object, which can then be used to set up the parameters and train a new classification model. |
| CreateTrainingData | Creates a new empty TrainingData object. |
