diff --git a/config.yaml b/config.yaml index 600f721..a2a0079 100755 --- a/config.yaml +++ b/config.yaml @@ -1,15 +1,19 @@ service: logging_level: $LOGGING_LEVEL_ROOT|DEBUG # Logging level for service logger - target_file_extension: $TARGET_FILE_EXTENSION|"ORIGIN.pdf.gz" # Extension for files to download from storage and process +# target_file_extension: $TARGET_FILE_EXTENSION|"json.gz" # Extension for files to download from storage and process response_file_extension: $RESPONSE_FILE_EXTENSION|"json.gz" # Extension for response files to upload to storage # In case a service is not supposed to place response files under the root folder `dossierId/fileId` and requests do # not specify an operation, this parameter can specify an output folder response_folder: $RESPONSE_FOLDER|null # FIXME: covered by operation mapping? # Specifies, how to handle the `page` key of a request. "multi" will download all pages matching the list of pages # specified in the request - download_strategy: $DOWNLOAD_STRATEGY|single + download_strategy: $DOWNLOAD_STRATEGY|multi response_formatter: default operations: + table_parsing: + input: + subdir: conversion + extension: json.gz default: input: subdir: ""