From 113f348534c6757ad55be6daa8285946bd514106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Alt=C4=B1parmak?= Date: Fri, 29 Nov 2024 16:24:53 +0300 Subject: [PATCH] Update docker version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d3bb3..4f482ac 100644 --- a/README.md +++ b/README.md @@ -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: