ParsePagesByTemplate

Parser.ParsePagesByTemplate method

Parses the document pages by the user-generated template.

public IEnumerable<DocumentPageData> ParsePagesByTemplate(Template template)
Parameter Type Description
template Template The user-generated template.

Return Value

A collection of DocumentPageData objects that contains the extracted data; null if parsing by template isn’t supported.

See Also