gocr

command module
v0.0.0-...-7559883 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2024 License: MIT Imports: 12 Imported by: 0

README

GOCR - Golang OCR Server

GOCR is a simple Golang-based OCR (Optical Character Recognition) server that allows you to upload images and extract text from them.

Configuration

  1. Generate TLS Certificates:
    • Before running the application, generate TLS certificates using OpenSSL.
      openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
      
      Follow the prompts to provide the necessary information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL