Skip to content

Commit

Permalink
Update docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
ali6parmak committed Nov 29, 2024
1 parent 2ecdd5d commit 113f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker run --rm --name pdf-document-layout-analysis --gpus '"device=0"' -p 5060:

- Without GPU support:
```
docker run --rm --name pdf-document-layout-analysis -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.19
docker run --rm --name pdf-document-layout-analysis -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.20
```

Get the segments from a PDF:
Expand Down

0 comments on commit 113f348

Please sign in to comment.