DocumentData indexer

DocumentData indexer

Gets the field data by an index.

Indexer

Name Description
index The zero-based index of the field.

Returns

An instance of FieldData class.

Example

Iteration via all the fields:

FieldData class represents field data. Depending on the field FieldData.page_area property can contain any of the inheritors of PageArea class. For example, Parser.parse_form method extracts only text fields:

See Also