GOCR is a simple Golang-based OCR (Optical Character Recognition) server that allows you to upload images and extract text from them.
- Generate TLS Certificates:
- Before running the application, generate TLS certificates using OpenSSL.
Follow the prompts to provide the necessary information.
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
- Before running the application, generate TLS certificates using OpenSSL.
This project is licensed under the MIT License. See the LICENSE file for details.
- Gosseract - OCR library for Golang.