Update README.md
Browse files
README.md
CHANGED
@@ -31,17 +31,23 @@ This service allows for the segmentation and classification of different parts o
|
|
31 |
</table>
|
32 |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## Quick Start
|
35 |
Run the service:
|
36 |
|
37 |
- With GPU support:
|
38 |
```
|
39 |
-
docker run --rm --name pdf-document-layout-analysis --gpus '"device=0"' -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.14
|
40 |
```
|
41 |
|
42 |
- Without GPU support:
|
43 |
```
|
44 |
-
docker run --rm --name pdf-document-layout-analysis -p 5060:5060 --entrypoint ./start.sh huridocs/pdf-document-layout-analysis:v0.0.14
|
45 |
```
|
46 |
|
47 |
Get the segments from a PDF:
|
|
|
31 |
</table>
|
32 |
|
33 |
|
34 |
+
#### Project Links:
|
35 |
+
|
36 |
+
- GitHub: [pdf-document-layout-analysis](https://github.com/huridocs/pdf-document-layout-analysis)
|
37 |
+
- HuggingFace: [pdf-document-layout-analysis](https://huggingface.co/HURIDOCS/pdf-document-layout-analysis)
|
38 |
+
- DockerHub: [pdf-document-layout-analysis](https://hub.docker.com/r/huridocs/pdf-document-layout-analysis/)
|
39 |
+
|
40 |
## Quick Start
|
41 |
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.14.1
|
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.14.1
|
51 |
```
|
52 |
|
53 |
Get the segments from a PDF:
|