docx

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: 6 Imported by: 0

Documentation

Overview

Package docx provides DOCX text extraction.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Docx

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

Docx represents a DOCX document for text extraction.

func New

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

New creates a new DOCX extractor.

func (*Docx) Load

func (d *Docx) Load() error

Load extracts text content from the DOCX.

Jump to

Keyboard shortcuts

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