Skip to content

Commit

Permalink
fixed config.json (extra comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyBRACHO committed Nov 6, 2024
1 parent f9bb758 commit 2b74d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"program": "docker run --platform linux/amd64 -v \"${working_directory}:/data\" -w /data --rm pdfix/alt-text-openai:latest --name \"${license_name}\" --key \"${license_key}\" detect -i \"${input_pdf}\" -o \"${output_pdf}\" --openai \"${openai_key}\" --overwrite",
"name": "Alt Text with OpenAI",
"desc": "Generate and applies alternative image descriptions to PDF files using PDFix SDK and OpenAI"
},
}
],
"args": [
{
Expand Down

0 comments on commit 2b74d8d

Please sign in to comment.