mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-24 13:44:05 +00:00
chore: allow changing default output dir for unstructured-get-json.sh (#3973)
This commit is contained in:
parent
19fc1fcc72
commit
c6b8ed4290
@ -50,8 +50,8 @@ fi
|
||||
|
||||
IMAGE_BLOCK_TYPES=${IMAGE_BLOCK_TYPES:-'"image", "table"'}
|
||||
API_KEY=${UNST_API_KEY:-""}
|
||||
TMP_DOWNLOADS_DIR="$HOME/tmp/unst-downloads"
|
||||
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"}
|
||||
# only applicable if writing .json output files to S3 when using --s3, e.g. s3://bucket-name/path/
|
||||
S3_URI_PREFIX=${UNST_S3_JSON_OUTPUT_URI:-""}
|
||||
# e.g. us-east-2, used to provide http links for above location
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user