{"id":63460,"library":"otiai10-gosseract-v2","title":"gosseract","description":"Go package for OCR (Optical Character Recognition) using Tesseract C++ library.","status":"active","version":"2.4.1","language":"go","source_language":null,"source_url":"https://github.com/otiai10/gosseract","tags":["ocr","tesseract","image","text-recognition"],"install":[{"cmd":"go get github.com/otiai10/gosseract/v2","lang":"bash","label":"Install github.com/otiai10/gosseract/v2"}],"dependencies":[],"imports":[{"symbol":"gosseract","correct":"github.com/otiai10/gosseract/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/otiai10/gosseract/v2\"\n)\n\nfunc main() {\n\tclient := gosseract.NewClient()\n\tdefer client.Close()\n\tclient.SetImage(\"test.png\")\n\ttext, _ := client.Text()\n\tfmt.Println(text)\n}","lang":"go","description":"Performs OCR on an image file."},"warnings":[],"env_vars":null,"search_vec":"'c':11 'charact':7 'go':2 'gosseract':1 'imag':15 'librari':12 'ocr':5,13 'optic':6 'packag':3 'recognit':8,18 'tesseract':10,14 'text':17 'text-recognit':16 'use':9","created_at":"2026-06-17T16:44:14.003595+00:00","updated_at":"2026-06-17T16:44:14.003595+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/otiai10/gosseract","github":"https://github.com/otiai10/gosseract","docs":"https://pkg.go.dev/github.com/otiai10/gosseract/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}