Registry / utility / otiai10-gosseract-v2

otiai10-gosseract-v2

JSON →
library2.4.1gogounverified

Go package for OCR (Optical Character Recognition) using Tesseract C++ library.

go get github.com/otiai10/gosseract/v2
INSTALL
IMPORT
SIG · OTIAI10-GOSSERACT-
O
otiai10-gosseract-v2
utilitygov2.4.1
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/v2

Performs OCR on an image file.

package main import ( "fmt" "github.com/otiai10/gosseract/v2" ) func main() { client := gosseract.NewClient() defer client.Close() client.SetImage("test.png") text, _ := client.Text() fmt.Println(text) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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