Table of Contents

Namespace LMKit.Extraction

Classes

TextExtraction

Provides functionality to extract structured data from unstructured text using a language model.

TextExtractionElement

Represents an element used in text extraction processes, encapsulating metadata such as name, type, description, and optional nested elements for complex data structures.

TextExtractionElementFormat

Defines the formatting options for text extraction elements, including case conversion, spacing character handling, and maximum length constraints.

TextExtractionResult

Represents the result of a text extraction process, encapsulating the extracted elements and their JSON representation.

TextExtractionResultElement

Represents an extracted element from text, containing the value and associated metadata.

Enums

TextExtractionElementFormat.TextCaseMode

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