Tesseract Wrapper in Go. It is a just wrapper for tesseract command.
tesseract
go run src/main.go # run go build -o ocr src/main.go # build 'ocr' executable app go mod tidy