Versions in this module Expand all Collapse all v0 v0.14.0 Jan 2, 2026 Changes in this version + func ExtractDocxText(path string) (string, error) + func ExtractPptxText(path string) (string, error) + func ExtractTextFromTags(data []byte, tagPrefix string) string + func FindFileInZip(reader *zip.ReadCloser, name string) *zip.File + func FindFilesWithPrefix(reader *zip.ReadCloser, prefix, suffix string) []*zip.File + func OpenOfficeFile(path string) (*zip.ReadCloser, error) + func ReadZipFile(file *zip.File) ([]byte, error) + type DocxMetadata struct + Author string + WordCount int + func ExtractDocxMetadata(path string) (*DocxMetadata, error) + type PptxMetadata struct + Author string + SlideCount int + func ExtractPptxMetadata(path string) (*PptxMetadata, error)