Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Extensions ¶
func Extensions() []string
Extensions returns the supported document extensions (e.g. ".pdf", ".docx").
func IsDocument ¶
IsDocument returns true if the extension is a supported document format.
Types ¶
type DocumentText ¶
type DocumentText struct{}
DocumentText extracts plain text from binary document files using tabula.
func NewDocumentText ¶
func NewDocumentText() *DocumentText
NewDocumentText creates a new DocumentText.
Click to show internal directories.
Click to hide internal directories.