Method GetElementsFromJsonSchema
GetElementsFromJsonSchema(string)
Parses a JSON schema string into a collection of TextExtractionElement objects.
public static List<TextExtractionElement> GetElementsFromJsonSchema(string jsonSchema)
Parameters
jsonSchema
stringThe JSON Schema definition.
Returns
- List<TextExtractionElement>
A list of TextExtractionElement instances that represent the fields defined in the schema.