Skip to content

Golang-based OCR (Optical Character Recognition) server

License

Notifications You must be signed in to change notification settings

dudakovict/gocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Golang-based OCR (Optical Character Recognition) server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published