BatchOmrEngine

BatchOmrEngine class

Main API entrance for a batch processing

public class BatchOmrEngine

Constructors

NameDescription
BatchOmrEngine(PoolFactory)Create instance of BatchOmrEngine Optional internal storage for memory efficiency. Reuse same factory for multiple instances of BatchOmrEngine to improve performance

Methods

NameDescription
AddPlugin(IPlugin)Register new plug-in
Generate(DataSet, Stream, GlobalPageSettings, ImageCollection)Generate multiple templates using layout template and set of data entries
Generate(DataSet, string, GlobalPageSettings, ImageCollection)Generate multiple templates using layout template and set of data entries
Generate(DataSet, string[], GlobalPageSettings, ImageCollection)Generate multiple templates using layout template and set of data entries
GetTemplateProcessor(Stream)Get processor for specific data set to start recognition
GetTemplateProcessor(string)Get processor for specific data set to start recognition

See Also