parse_form method
parse_form
Parses the document form.
Returns
An instance of DocumentData class that contains the extracted data;
null if parsing by template isn’t supported.
def parse_form(self):
...
Example
The following example shows how to parse a form of the document:
See Also
- module
groupdocs.parser - class
DocumentData - class
Parser