AsposeOcrPresets

AsposeOcrPresets class

Represents a collection of predefined OCR presets for common recognition scenarios. Allows fast configuration of recognition settings without manual parameter tuning.

public class AsposeOcrPresets

Constructors

NameDescription
AsposeOcrPresets()The default constructor.

Properties

NameDescription
Preset { get; set; }The currently selected OCR preset.
Settings { get; set; }Gets or sets the recognition settings. If not set manually, settings will be generated from the selected preset.

See Also