Versions in this module Expand all Collapse all v0 v0.3.1 Aug 9, 2024 v0.3.0 Aug 9, 2024 Changes in this version + var ErrFileTooLarge = errors.New("file too large") + type BlobS3 struct + AccessKey string + DefaultBucket string + HostURL string + SecretKey string + type ProcessFulltextResult struct + Error error + Status string + StatusCode int + TEIXML string + type PutBlobRequest struct + Blob []byte + Bucket string + Ext string + Folder string + Prefix string + SHA1Hex string + type PutBlobResponse struct + Bucket string + ObjectPath string + type Runner struct + ConsolidateMode bool + Grobid *grobidclient.Grobid + MaxGrobidFileSize int64 + S3Client *minio.Client + SpoolDir string + func (sr *Runner) RunGrobid(filename string) error + func (sr *Runner) RunPdfThumbnail(filename string) error + func (sr *Runner) RunPdfToText(filename string) error