RecognizeSingleLine

RecognitionSettings.RecognizeSingleLine property

Sets single-line image recognition. Disabled (false) by default. Disable all the processing steps associated with splitting into lines. Set this parameter to true if your image contains only one line. Disables RecognitionAreas settings, so all areas settings will be ignored.

public bool RecognizeSingleLine { get; set; }

See Also