From 68d558c5f5d9134a26f2d5b232ade9513a12779d Mon Sep 17 00:00:00 2001 From: jbaranec Date: Wed, 9 Oct 2024 22:01:14 +0200 Subject: [PATCH] config update - texts --- config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index ed3f352..bec186c 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "actions": [ { "name": "Language Detection", - "desc": "A Docker image that automatically detects the language of a PDF file. It uses a configuration file for customizable options and can be run with various command-line arguments.", + "desc": "A Docker image that automatically detects the language of a PDF file", "version": { "major": 1, "minor": 0 @@ -12,13 +12,13 @@ "configurations": [ { "program": "docker run --platform linux/amd64-v ${working_directory}:/data -w /data --rm pdfix/lang-detect:latest --name \"${license_name}\" --key \"${license_key}\" lang-detect -i \"/data/${input_pdf}\" -o \"/data/${output_pdf}\"", - "name": "Detect and Update the PDF Language", - "desc": "Detect and update the PDF document language" + "name": "Detect Language and Save to PDF", + "desc": "Detect Language and Save to PDF" }, { "program": "docker run --platform linux/amd64 -v ${working_directory}:/data -w /data --rm pdfix/lang-detect:latest --name \"${license_name}\" --key \"${license_key}\" lang-detect -i \"/data/${input_pdf}\" -o \"/data/${output_txt}\"", - "name": "Detect the PDF Language", - "desc": "Detect the PDF document language and save it into output text file" + "name": "Detect Language and Save to TXT", + "desc": "Detect Language and Save to TXT" } ], "args": [