index
:
bookpipeline
fullsizepdf
guirefactor
local
master
minimisedisk
rotation
separatelocal
Tools to process books in a cloud based pipeline system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2022-01-10
internal/pipeline: Have DownloadPdfs() try to download all PDFs, but only ret...
Nick White
2021-12-20
whitespace and error clarity changes
Nick White
2021-12-20
fixed -png flag and changed rescribe tool to save binarized png in separate f...
Antonia Rescribe
2021-12-06
pipeline: ignore any files with a non-image suffix, rather than erroring on them
Nick White
2021-11-23
gofmt, plus update documentation of recently changed pipeline.UploadImages
Nick White
2021-11-22
internal/pipeline: remove old and broken requirement for TestStorageId()
Nick White
2021-11-22
changed put.go so that a 4-digit number is appended to the end of each filena...
Antonia Rescribe
2021-08-17
pipeline: use regular storage for tests, rather than a separate one
Nick White
2021-08-02
internal/pipeline: Add test (incomplete but working) for UploadImages
Nick White
2021-07-27
internal/pipeline: Add test to check that hidden files are skipped
Nick White
2021-07-27
internal/pipeline: add tests for DetectQueueType
Nick White
2021-07-27
internal/pipeline: Add notreadable test to CheckImages
Nick White
2021-07-27
internal/pipeline: Add a test for CheckImages
Nick White
2021-07-19
internal/pipeline: Be more explicit with exactly what functions are in each i...
Nick White
2021-07-13
Fix up tests a bit
Nick White
2021-07-13
gofmt
Nick White
2021-07-13
internal/pipeline: Reorganise interfaces so that functions only declare what ...
Nick White
2021-07-12
Add test for upAndQueue function
Nick White
2021-06-15
pipeline: Ignore hidden files when checking and uploading
Nick White
2021-05-31
Add a test for up(), and document download() and up() properly
Nick White
2021-05-31
Fix bug after changing pipeliner for tests, to ensure DeleteObjects is availa...
Nick White
2021-05-19
Close process channel after writing to err channel in download(), in case of ...
Nick White
2021-05-19
Add tests for download()
Nick White
2021-05-19
Fix syntax with another Errorf call
Nick White
2021-05-19
Fix syntax for some fmt.Errorf calls
Nick White
2020-12-07
[rescribe] Allow saving of results to somewhere other than a directory named ...
Nick White
2020-12-03
Don't upload binarised pdf twice needlessly
Nick White
2020-11-16
Some changes to ensure the pipeline works correctly on Windows
Nick White
2020-11-10
gofmt
Nick 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 functions
Nick White
2020-11-09
Switch Preprocess() to take the thresholds to use, and have rescribe tool onl...
separatelocal
Nick White
2020-11-09
[rescribe] Local only combo tool basically now working. Testing is still mini...
Nick White
2020-11-09
[rescribe] work in progress at a self-contained local pipeline processor, cal...
Nick White
2020-11-09
[bookpipeline] Split most functionality out to package internal/pipeline
Nick White