Documentation
¶
Index ¶
- Constants
- Variables
- func NewDirectoryLoader(dirname string, regExPathMatch string) (*directoryLoader, error)
- func NewPDFToTextLoader(pdfToTextPath, path string) (*pdfLoader, error)
- func NewPubmedLoader(pubMedIDs []string) *pubMedLoader
- func NewTextLoader(filename string, metadata types.Meta) (*textLoader, error)
Constants ¶
View Source
const (
SourceMetadataKey = "source"
)
Variables ¶
View Source
var (
ErrPdfToTextNotFound = fmt.Errorf("pdftotext not found")
)
View Source
var (
ErrorInternal = fmt.Errorf("internal error")
)
Functions ¶
func NewDirectoryLoader ¶
func NewPDFToTextLoader ¶ added in v0.0.4
func NewPubmedLoader ¶ added in v0.0.4
func NewPubmedLoader(pubMedIDs []string) *pubMedLoader
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.