BatchOmrEngine
BatchOmrEngine class
Main aggregator for a batch processing
public class BatchOmrEngine
Constructors
| Name | Description |
|---|
| BatchOmrEngine() | Create instance of main dataset aggregator |
Methods
| Name | Description |
|---|
| AddPlugin(IPlugin) | Register new plugin |
| 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