TextExtractor

Overview

TextExtractor is a class in Aspose.PDF FOSS for Python. Inherits from: PdfPlugin.

Extract plain text from each input PDF.

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

Methods

SignatureDescription
process(options: TextExtractorOptions)ResultContainerCalls process(options) on this TextExtractor instance.

See Also