Registry / utility / otiai10-gosseract

otiai10-gosseract

JSON →
library2.2.1+incompatiblegogounverified

Go bindings for the Tesseract OCR library.

go get github.com/otiai10/gosseract
INSTALL
IMPORT
SIG · OTIAI10-GOSSERACT
O
otiai10-gosseract
utilitygov2.2.1+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gosseract
github.com/otiai10/gosseract

Perform OCR on an image file.

package main import ( "fmt" "github.com/otiai10/gosseract" ) func main() { client := gosseract.NewClient() defer client.Close() client.SetImage("image.png") text, _ := client.Text() fmt.Println(text) }
Debug
Known issues
gotchaRequires Tesseract and leptonica system libraries.
fix
Install tesseract-ocr and libleptonica-dev.
affects: all
Upgrade
Version history
2.2.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
otiai10-gosseract — go get otiai10-gosseract · libregistry