Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFileTooLarge = errors.New("file too large")
Functions ¶
This section is empty.
Types ¶
type ProcessFulltextResult ¶
ProcessFulltextResult is a wrapped grobid response.
type PutBlobRequest ¶
type PutBlobResponse ¶
type Runner ¶
type Runner struct { // SpoolDir is a directory where we expect PDF files. SpoolDir string // Grobid client wraps grobid service API access. Grobid *grobidclient.Grobid MaxGrobidFileSize int64 ConsolidateMode bool // S3Client wraps access to seaweedfs. S3Client *minio.Client }
Runner run derivations of a file and also stores the results in S3.
func (*Runner) RunPdfThumbnail ¶
func (*Runner) RunPdfToText ¶
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
webspoold
webspoold takes binary blobs via HTTP POST and save them to disk.
|
webspoold takes binary blobs via HTTP POST and save them to disk. |
Package pidfile provides structure and helper functions to create and remove PID file.
|
Package pidfile provides structure and helper functions to create and remove PID file. |
Click to show internal directories.
Click to hide internal directories.