TextExtractionOptions

TextExtractionOptions

Overview

TextExtractionOptions is a class in Aspose.PDF FOSS for Python.

Options for text extraction from PDF pages.

This class provides 1 method for working with TextExtractionOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: text_formatting_mode.

Properties

NameTypeAccessDescription
text_formatting_mode``ReadGets the text formatting mode.

Methods

SignatureDescription
__init__(text_formatting_mode: str)Calls init(text_formatting_mode) on this TextExtractionOptions instance.

See Also