We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fc1fc commit c6b8ed4Copy full SHA for c6b8ed4
scripts/user/unstructured-get-json.sh
@@ -50,8 +50,8 @@ fi
50
51
IMAGE_BLOCK_TYPES=${IMAGE_BLOCK_TYPES:-'"image", "table"'}
52
API_KEY=${UNST_API_KEY:-""}
53
-TMP_DOWNLOADS_DIR="$HOME/tmp/unst-downloads"
54
-TMP_OUTPUTS_DIR="$HOME/tmp/unst-outputs"
+TMP_DOWNLOADS_DIR=${UNST_SCRIPT_DOWNLOADS_DIR:-"$HOME/tmp/unst-downloads"}
+TMP_OUTPUTS_DIR=${UNST_SCRIPT_JSON_OUTPUTS_DIR:-"$HOME/tmp/unst-outputs"}
55
# only applicable if writing .json output files to S3 when using --s3, e.g. s3://bucket-name/path/
56
S3_URI_PREFIX=${UNST_S3_JSON_OUTPUT_URI:-""}
57
# e.g. us-east-2, used to provide http links for above location
0 commit comments