Skip to content

Commit

Permalink
config update - texts
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefbaranec committed Oct 9, 2024
1 parent 5d65910 commit 68d558c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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": [
Expand Down

0 comments on commit 68d558c

Please sign in to comment.