Table of Contents

Method GetElementsFromJsonSchema

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

GetElementsFromJsonSchema(string)

Parses a JSON schema string into a collection of TextExtractionElement objects.

public static List<TextExtractionElement> GetElementsFromJsonSchema(string jsonSchema)

Parameters

jsonSchema string

The JSON Schema definition.

Returns

List<TextExtractionElement>

A list of TextExtractionElement instances that represent the fields defined in the schema.