Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefbaranec committed Nov 7, 2024
1 parent 6b3bfd5 commit 992fcb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ To use this Docker application, you'll need to have Docker installed on your sys
To run the docker container as CLI, you should share the folder containing the PDF for processing using the `-i` parameter. In this example, the current folder is used.

```bash
docker run -v $(pwd):/data/ -w /data/ pdfix/alt-text-openai:latest detect -i document.pdf -o out.pdf --openai <api_key>
docker run -v $(pwd):/data/ -w /data pdfix/alt-text-openai:latest detect -i document.pdf -o out.pdf --tags "Figure|Formula" --openai <api_key> --lang English --overwrite true
```

With PDFix License add these arguments.
With an account-based PDFix License add these arguments.
```bash
--name ${LICENSE_NAME} --key ${LICENSE_KEY}
```
Contact support for more infomation.

First run will pull the docker image, which may take some time. Make your own image for more advanced use.

Expand Down

0 comments on commit 992fcb7

Please sign in to comment.