pdf

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 pdf provides PDF text extraction.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PDF

type PDF struct {
	Reader   io.ReaderAt
	Size     int64
	Title    string
	Contents []string
}

PDF represents a PDF document for text extraction.

func New

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

New creates a new PDF extractor.

func (*PDF) Load

func (p *PDF) Load() error

Load extracts text content from all pages.

func (*PDF) LoadWithTitle

func (p *PDF) LoadWithTitle(rs io.ReadSeeker) error

LoadWithTitle loads the PDF and also extracts the title metadata.

Jump to

Keyboard shortcuts

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