Features class

Features class

Represents the supported features list. Allows to obtain information which features are supported or not for the document.

The Features type exposes the following members:

Properties

Property Description
text Gets the value that indicates whether text extraction is supported.
text_page Gets the value that indicates whether text page extraction is supported.
formatted_text Gets the value that indicates whether formatted text extraction is supported.
formatted_text_page Gets the value that indicates whether formatted text page extraction is supported.
search Gets the value that indicates whether text search is supported.
highlight Gets the value that indicates whether highlight extraction is supported.
structure Gets the value that indicates whether text structure extraction is supported.
toc Gets the value that indicates whether table of contents extraction is supported.
container Gets the value that indicates whether container extraction is supported.
metadata Gets the value that indicates whether metadata extraction is supported.
text_areas Gets the value that indicates whether text areas extraction is supported.
images Gets the value that indicates whether images extraction is supported.
hyperlinks Gets the value that indicates whether hyperlinks extraction is supported.
barcodes Gets the value that indicates whether barcodes extraction is supported.
tables Gets the value that indicates whether tables extraction is supported.
parse_by_template Gets the value that indicates whether parsing by template is supported.
parse_form Gets the value that indicates whether form parsing is supported.
preview Gets the value that indicates whether preview generation is supported.
page_preview Gets the value that indicates whether the page preview generation is supported.
ocr Gets the value that indicates whether OCR functionality is supported.
worksheet Gets the value that indicates whether the worksheet extraction is supported.

Methods

Method Description
is_feature_supported Returns the value that indicates whether the feature is supported.

Remarks

An instance of this class is used as Parser.features property. See the usage examples there.

Learn more: | | |

See Also