ali6parmak
commited on
Commit
•
d9ae63d
1
Parent(s):
1d60d8a
Update README.md
Browse files
README.md
CHANGED
@@ -42,12 +42,12 @@ Run the service:
|
|
42 |
|
43 |
- With GPU support:
|
44 |
```
|
45 |
-
docker run --rm --name pdf-document-layout-analysis --gpus '"device=0"' -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.
|
46 |
```
|
47 |
|
48 |
- Without GPU support:
|
49 |
```
|
50 |
-
docker run --rm --name pdf-document-layout-analysis -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.
|
51 |
```
|
52 |
|
53 |
Get the segments from a PDF:
|
|
|
42 |
|
43 |
- With GPU support:
|
44 |
```
|
45 |
+
docker run --rm --name pdf-document-layout-analysis --gpus '"device=0"' -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.19
|
46 |
```
|
47 |
|
48 |
- Without GPU support:
|
49 |
```
|
50 |
+
docker run --rm --name pdf-document-layout-analysis -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.19
|
51 |
```
|
52 |
|
53 |
Get the segments from a PDF:
|