doc
This commit is contained in:
parent
90d216bca4
commit
6fc4e8ee31
@ -6,6 +6,10 @@ A Dockerized REST API service for text recognition using WeChat's OCR engine.
|
|||||||
|
|
||||||
This project wraps the WeChat OCR functionality from the excellent [wechat-ocr](https://github.com/swigger/wechat-ocr) project into a simple REST API service that can be easily deployed using Docker. It allows you to perform optical character recognition on images by leveraging WeChat's powerful OCR capabilities.
|
This project wraps the WeChat OCR functionality from the excellent [wechat-ocr](https://github.com/swigger/wechat-ocr) project into a simple REST API service that can be easily deployed using Docker. It allows you to perform optical character recognition on images by leveraging WeChat's powerful OCR capabilities.
|
||||||
|
|
||||||
|
## ⚠️ Warning
|
||||||
|
|
||||||
|
**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.**
|
||||||
|
|
||||||
## Acknowledgements
|
## 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.
|
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.
|
||||||
@ -138,10 +142,6 @@ This service uses a Flask application to provide a REST API interface to the WeC
|
|||||||
- Currently only supports PNG images (can be extended if needed)
|
- Currently only supports PNG images (can be extended if needed)
|
||||||
- Depends on WeChat's OCR binaries which may be updated by WeChat
|
- Depends on WeChat's OCR binaries which may be updated by WeChat
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome! Please feel free to submit a Pull Request.
|
Contributions are welcome! Please feel free to submit a Pull Request.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user