Defines values for OcrLineEnding. KnownOcrLineEnding can be used interchangeably with OcrLineEnding,
this enum contains the known values that the service supports.
Known values supported by the service
space: Lines are separated by a single space character. carriageReturn: Lines are separated by a carriage return ('\r') character. lineFeed: Lines are separated by a single line feed ('\n') character. carriageReturnLineFeed: Lines are separated by a carriage return and a line feed ('\r\n') character.
Defines values for OcrLineEnding.
KnownOcrLineEnding can be used interchangeably with OcrLineEnding, this enum contains the known values that the service supports.
Known values supported by the service
space: Lines are separated by a single space character.
carriageReturn: Lines are separated by a carriage return ('\r') character.
lineFeed: Lines are separated by a single line feed ('\n') character.
carriageReturnLineFeed: Lines are separated by a carriage return and a line feed ('\r\n') character.