We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7184a05 commit caeb0daCopy full SHA for caeb0da
README.md
@@ -77,6 +77,18 @@ To remove the container, run:
77
docker rm vgu_ocr_app
78
```
79
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
89
+docker rmi ghcr.io/phamxuankhoa/vgu_opticalcharacterrecognition:latest-slim
90
91
92
## Features
93
94
* **Image Upload and Processing**: Interface for uploading images for OCR processing.
0 commit comments