get_presentation_text method

get_presentation_text

Retrieves the raw text from the slides

Returns

The instance of PresentationText containing the SlideText array representing the raw slides text

def get_presentation_text(self, file, mode):
    ...
ParameterTypeDescription
filestrInput file
modeTextExtractionArrangingModeExtraction mode

get_presentation_text

Retrieves the raw text from the slides

Returns

The instance of PresentationText containing the SlideText array representing the raw slides text

def get_presentation_text(self, stream, mode):
    ...
ParameterTypeDescription
streamio.RawIOBaseInput stream
modeTextExtractionArrangingModeExtraction mode

get_presentation_text

Retrieves the raw text from the slides

Returns

The instance of PresentationText containing the SlideText array representing the raw slides text

def get_presentation_text(self, stream, mode, options):
    ...
ParameterTypeDescription
streamio.RawIOBaseInput stream
modeTextExtractionArrangingModeExtraction mode
optionsILoadOptionsLoad options

See Also