Skip to main content
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.

Methods

NameDescription
CreateModelFromFileLoads the classification model from file as a new Model object.
CreateObjectFromDocumentCreates a new ClassificationObject on the basis of the first page of a document.
CreateObjectFromPageCreates a new ClassificationObject on the basis of a page.
CreateTrainerCreates a Trainer object, which can then be used to set up the parameters and train a new classification model.
CreateTrainingDataCreates a new empty TrainingData object.
Object Diagram

Output parameter

This object is the output parameter of the CreateClassificationEngine method of the Engine object.

Samples

This object is used in the Classification demo tool for Windows and the Classification code sample for Linux and macOS.

See also

Document Classification