./preprocess.sh: line 15: gs: command not found
Academic tradition requires you to cite works you base your article on.
If you use programs that use GNU Parallel to process data for an article in a
scientific publication, please cite:
O. Tange (2018): GNU Parallel 2018, Mar 2018, ISBN 9781387509881,
DOI https://doi.org/10.5281/zenodo.1146014
This helps funding further development; AND IT WON'T COST YOU A CENT.
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
More about funding GNU Parallel and the citation notice:
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
To silence this citation notice: run 'parallel --citation' once.
Traceback (most recent call last):
File "summarize.py", line 3, in <module>
import heuristics
File "/Users/sepeters/code/blackstack/heuristics.py", line 1, in <module>
import helpers
File "/Users/sepeters/code/blackstack/helpers.py", line 4, in <module>
from PIL import Image
ImportError: No module named PIL
Done
Running this command does result in creation of docs/document_name with the original PDF and two empty directories png and tesseract.
Pg database and tables created but empty.
Note too that there can be no spaces in the path and file names if this is going to work.
Followed instructions. Right up to this point:
$ ./preprocess.sh ~/Desktop/newreads/Gumsley2017PNAS.pdf
Running this command does result in creation of
docs/document_name
with the original PDF and two empty directoriespng
andtesseract
.Pg database and tables created but empty.
Note too that there can be no spaces in the path and file names if this is going to work.