Gets or sets a value indicating if the Reader should return spaces it finds in the text.
Read-write property
| Visual Basic |
|---|
Public Property SegmentationDetectSpaces() As Boolean |
If this value is set to false, then spaces are left out of the recognition results completely. If this value is set to true, then a single CharacterResult representing a space will be present in the TextLineResult at any position where there are one or more adjacent space characters in the text of the image.
