Documentation ¶ Index ¶ func Bytes(name string, data []byte, opts Options) (*types.Result, error) func File(path string, opts Options) (*types.Result, error) func FromText(text string, opts Options) (*types.Result, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bytes ¶ func Bytes(name string, data []byte, opts Options) (*types.Result, error) func File ¶ func File(path string, opts Options) (*types.Result, error) func FromText ¶ func FromText(text string, opts Options) (*types.Result, error) Types ¶ type Options ¶ type Options struct { FuzzyKeys bool KeepRaw bool OCR bool DisableOCR bool Explain bool Schema schema.Definition } Source Files ¶ View all Source files confidence.gofile.gooptions.goparser.gopdf.go Click to show internal directories. Click to hide internal directories.