Click or drag to resize

EditorViewEnableIntelliTrain Property

This property controls whether the IntelliTrain mode is enabled or not.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(123)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EnableIntelliTrain { get; set; }

Property Value

Type: Boolean
Remarks
IntelliTrain is an advanced extension of the proofing feature, so that proofing changes become input for the training module. IntelliTrain takes recent word replacements from the current proofing session - analyzes those changes and may use the collected data to make subsequent recognition processes more accurate.
See Also