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
| Name | Type | Access | Description |
|---|---|---|---|
text_formatting_mode | `` | Read | Gets the text formatting mode. |
Methods
| Signature | Description |
|---|---|
__init__(text_formatting_mode: str) | Calls init(text_formatting_mode) on this TextExtractionOptions instance. |