Categorygithub.com/abanoubha/tesseractwrapper
repository
0.0.0-20240216213705-576d975fafeb
Repository: https://github.com/abanoubha/tesseractwrapper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

tesseractwrapper

Tesseract Wrapper in Go. It is a just wrapper for tesseract command.

Commands

go run src/main.go # run
go build -o ocr src/main.go # build 'ocr' executable app
go mod tidy