From 74851cd0b8e782a33d022ff15995c4e570bb120b Mon Sep 17 00:00:00 2001 From: yi_t Date: Sun, 27 Apr 2025 15:52:57 +0800 Subject: [PATCH] Doc --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index fbcdeaa..6cf920c 100644 --- a/README.MD +++ b/README.MD @@ -21,7 +21,7 @@ This project would not be possible without the work of [swigger](https://github. ### Using Docker ```bash -# Pull the image +# Pull the image golangboyme/wxocr or programnotes/ocr:latest docker pull golangboyme/wxocr # Run the container @@ -123,7 +123,7 @@ if __name__ == "__main__": # result = ocr_recognize(image_url="https://example.com/image.png") ``` -### test +### Test ```bash bash test.sh