OCRZone.CorrectProperNames Property
|
This property returns whether the capitalization feature of the checking subsystem was enabled during the recognition for this OCR zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool CorrectProperNames { get; }
Public ReadOnly Property CorrectProperNames As Boolean
Get
public:
property bool CorrectProperNames {
bool get ();
}
Property Value
Type:
Boolean
Remarks
This feature capitalizes words detected as being proper nouns.
See Also