Method SetElementsFromJsonSchema
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
SetElementsFromJsonSchema(string)
Configures the text extraction elements by parsing a JSON schema.
public void SetElementsFromJsonSchema(string jsonSchema)
Parameters
jsonSchema
stringA string containing the JSON schema that defines the structure, types, and optional descriptions of the extraction elements. The JSON schema can define simple elements, arrays, or complex objects with nested properties.