Format Converter
Gazoo Research accepts pdf, jpeg, png file formats, but does not accept docx, txt files. The gazoo-research-docker docker image can convert all your documents to pdf files so that they can be uploaded to GazooResearch.
Requirements
The Docker app is required.
Usage
You must first create an output directory, which will be where the resultant pdfs will be placed.
-v: mount the input directory to /home/src
-v: mount the output directory to /home/out
docker run -it --rm \
-v <input directory path >:/home/src \
-v <output directory path>:/home/out \
andrewlimmer/gazoo-research-converter
Example
docker run -it --rm \
-v /Users/Desktop/research-data:/home/src \
-v /Users/Desktop/research-data-converted:/home/out \
andrewlimmer/gazoo-research-converter