Class AsposeOcrPresets
Class AsposeOcrPresets
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.8.0)
Represents a collection of predefined OCR presets for common recognition scenarios. Allows fast configuration of recognition settings without manual parameter tuning.
public class AsposeOcrPresets
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
AsposeOcrPresets()
public AsposeOcrPresets()
Properties
Preset
The currently selected OCR preset.
public AsposeOcrPresets.OcrPreset Preset { get; set; }
Property Value
Settings
Gets or sets the recognition settings. If not set manually, settings will be generated from the selected preset.
public BaseRecognitionSettings Settings { get; set; }