Skip to content

Commit c91085b

Browse files
PVQ-4364 External actions - Remove SDK parameters for actions that do not need to write to PDF
1 parent b59d305 commit c91085b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"icon": "language_txt",
3939
"category": "Metadata",
4040
"local": "True",
41-
"program": "docker run -v ${working_directory}:/data -w /data --rm pdfix/detect-language:latest lang-detect --name \"${license_name}\" --key \"${license_key}\" -i \"/data/${input_pdf}\" -o \"/data/${output_txt}\"",
41+
"program": "docker run -v ${working_directory}:/data -w /data --rm pdfix/detect-language:latest lang-detect -i \"/data/${input_pdf}\" -o \"/data/${output_txt}\"",
4242
"args": [
4343
{
4444
"name": "input_pdf",
@@ -67,7 +67,7 @@
6767
"category": "Metadata",
6868
"subtype": "detect_language_txt_to_txt",
6969
"local": "True",
70-
"program": "docker run -v ${working_directory}:/data -w /data --rm pdfix/detect-language:latest lang-detect --name \"${license_name}\" --key \"${license_key}\" -i \"/data/${input_txt}\" -o \"/data/${output_txt}\"",
70+
"program": "docker run -v ${working_directory}:/data -w /data --rm pdfix/detect-language:latest lang-detect -i \"/data/${input_txt}\" -o \"/data/${output_txt}\"",
7171
"args": [
7272
{
7373
"name": "input_txt",

0 commit comments

Comments
 (0)