This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter.
The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example.... "Regex", "Regex": "Company name:" } }, { "FieldName": "CompanyName"... 'Regex', 'Regex': 'Company name:' } }, { 'FieldName': 'CompanyName'...