Table of Contents

Enum TextExtractionElementFormat.TextCaseMode

Namespace
LMKit.Extraction
Assembly
LM-Kit.NET.dll

Enumerates the options for converting the case of the extracted text.

public enum TextExtractionElementFormat.TextCaseMode

Fields

Unspecified = 0

Leaves the text case unchanged.

UpperCase = 1

Converts all alphabetic characters in the text to uppercase.

LowerCase = 2

Converts all alphabetic characters in the text to lowercase.