From 9aae78f32f461e5afa7c038fae969f76da4d817f Mon Sep 17 00:00:00 2001 From: golangboy Date: Tue, 25 Mar 2025 16:05:08 +0800 Subject: [PATCH] doc --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index d42447f..21d45d2 100644 --- a/README.MD +++ b/README.MD @@ -10,6 +10,8 @@ This project wraps the WeChat OCR functionality from the excellent [wechat-ocr]( **This is an open-source project intended for learning and communication purposes only. Please do not use it for commercial activities. Users are solely responsible for any consequences resulting from improper use of this project.** +**Copyright Disclaimer:** This project is merely a containerization of an existing open-source project. If you believe this repository infringes upon your copyright or intellectual property rights, please contact the repository owner immediately, and the repository will be promptly removed. We respect intellectual property rights and have no intention of infringing on them. + ## Acknowledgements This project would not be possible without the work of [swigger](https://github.com/swigger) and their [wechat-ocr](https://github.com/swigger/wechat-ocr) project. Their efforts in reverse-engineering and creating a usable interface for WeChat's OCR functionality form the foundation of this service.