MCPcopy Create free account
hub / github.com/tmc/langchaingo / PDF

Struct PDF

documentloaders/pdf.go:13–17  ·  view source on GitHub ↗

PDF loads text data from an io.Reader.

Source from the content-addressed store, hash-verified

11
12// PDF loads text data from an io.Reader.
13type PDF struct {
14 r io.ReaderAt
15 s int64
16 password string
17}
18
19var _ Loader = PDF{}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected