Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct {
// contains filtered or unexported fields
}
Page represents a PDF page
func (Page) GetPlainText ¶
GetPlainText extracts plain text from the page
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader represents a PDF file reader. Provides methods to extract text and get page information.
func Open ¶
Open opens a PDF file and returns a Reader. Returns the file handle (must be closed by caller), a Reader, and any error.
func (*Reader) GetPlainText ¶
GetPlainText extracts all text from the PDF and returns it as an io.Reader.
Click to show internal directories.
Click to hide internal directories.