Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefbaranec authored Feb 5, 2025
1 parent 73106be commit 1f709eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name": "Detect Language to TXT",
"desc": "Automatically detects the language of a PDF and saves the detected language code in a TXT file",
"version": "1.0.0",
"icon": "language",
"icon": "language_txt",
"category": "Metadata",
"program": "docker run --platform linux/amd64 -v ${working_directory}:/data -w /data --rm pdfix/detect-language:latest --name \"${license_name}\" --key \"${license_key}\" lang-detect -i \"/data/${input_pdf}\" -o \"/data/${output_txt}\"",
"args": [
Expand All @@ -44,7 +44,7 @@
},
{
"name": "output_txt",
"desc": "Output text file with the result of detection",
"desc": "Output text file containing the detected language code",
"flags": 4,
"type": "file_path",
"ext": "txt",
Expand Down

0 comments on commit 1f709eb

Please sign in to comment.