KnownOcrLineEnding enum

Defines the sequence of characters to use between the lines of text recognized by the OCR skill. The default value is "space".

Fields

CarriageReturn

Lines are separated by a carriage return ('\r') character.

CarriageReturnLineFeed

Lines are separated by a carriage return and a line feed ('\r\n') character.

LineFeed

Lines are separated by a single line feed ('\n') character.

Space

Lines are separated by a single space character.