DocumentParserAddTemplateFromString Method (String, String)ByteScout Document Parser SDK
Loads template from YAML or JSON string and adds it to internal template list. String can contain a single template or several templates as array. Multiple YAML templates can also be separated by "---" line instead of array.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public void AddTemplateFromString(
	string templateString,
	string templateId
)

Parameters

templateString
Type: SystemString
String containing the template.
templateId
Type: SystemString
Uniquer template ID (optional).
See Also

Reference