Skip to content

Commit caeb0da

Browse files
committed
Update README.md
1 parent 7184a05 commit caeb0da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ To remove the container, run:
7777
docker rm vgu_ocr_app
7878
```
7979

80+
To delete the downloaded Docker image, use the `docker rmi` command with the image name.
81+
82+
*For the full version:*
83+
```bash
84+
docker rmi ghcr.io/phamxuankhoa/vgu_opticalcharacterrecognition:latest-full
85+
```
86+
87+
*For the slim version:*
88+
```bash
89+
docker rmi ghcr.io/phamxuankhoa/vgu_opticalcharacterrecognition:latest-slim
90+
```
91+
8092
## Features
8193

8294
* **Image Upload and Processing**: Interface for uploading images for OCR processing.

0 commit comments

Comments
 (0)