summaryrefslogtreecommitdiff
path: root/internal/pipeline/pipeline.go
AgeCommit message (Expand)Author
2021-07-19internal/pipeline: Be more explicit with exactly what functions are in each i...Nick White
2021-07-13internal/pipeline: Reorganise interfaces so that functions only declare what ...Nick White
2021-07-12Add test for upAndQueue functionNick White
2021-05-31Add a test for up(), and document download() and up() properlyNick White
2021-05-19Close process channel after writing to err channel in download(), in case of ...Nick White
2021-05-19Add tests for download()Nick White
2021-05-19Fix syntax for some fmt.Errorf callsNick White
2020-12-03Don't upload binarised pdf twice needlesslyNick White
2020-11-16Some changes to ensure the pipeline works correctly on WindowsNick White
2020-11-10gofmtNick White
2020-11-10[rescribe] Enable custom paths to tesseract command to be set (also improve s...Nick White
2020-11-10[getpipelinebook] Rewrite to use internal package functionsNick White
2020-11-09Switch Preprocess() to take the thresholds to use, and have rescribe tool onl...separatelocalNick White
2020-11-09[rescribe] work in progress at a self-contained local pipeline processor, cal...Nick White