pptx

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: 0BSD Imports: 5 Imported by: 0

Documentation

Overview

Package pptx provides PPTX text extraction.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PPTX

type PPTX struct {
	Title  string
	Size   int64
	Text   string
	Reader io.ReaderAt
}

PPTX represents a PPTX document for text extraction.

func New

func New(r io.ReaderAt, size int64) *PPTX

New creates a new PPTX extractor.

func (*PPTX) Load

func (p *PPTX) Load() error

Load extracts text content from the PPTX.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL