KnownOcrLineEnding enum
Known values of OcrLineEnding that the service accepts.
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. |