BatchTemplateProcessor

BatchTemplateProcessor class

A tool for recognizing scans with a specific recognition pattern

public class BatchTemplateProcessor

Methods

NameDescription
Recognize(IEnumerable<string>, int)Recognize multiple files
Recognize(Stream, int)Recognize one template from stream
Recognize(string, int)Recognize Folder or File

Fields

NameDescription
ApplyLightShadeProcessingOptional recognition setting. When set to true all Recognize methods will include additional pre-processing. This preprocessing is useful for highlighting marks with a very light shade. e.g. faint pencil marks.

See Also