{"id":53394,"library":"tuotoo-qrcode","title":"QR Code Reader","description":"A Go library for decoding QR codes from images.","status":"active","version":"0.0.0-20220425170535-52ccc2bebf5d","language":"go","source_language":null,"source_url":"https://github.com/tuotoo/qrcode","tags":["qrcode","decoding","image","barcode"],"install":[{"cmd":"go get github.com/tuotoo/qrcode","lang":"bash","label":"Install github.com/tuotoo/qrcode"}],"dependencies":[],"imports":[{"symbol":"qrcode","correct":"github.com/tuotoo/qrcode"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\t\"github.com/tuotoo/qrcode\"\n)\n\nfunc main() {\n\tfile, _ := os.Open(\"qrcode.png\")\n\tdefer file.Close()\n\tqr, _ := qrcode.Decode(file)\n\tfmt.Println(qr.Content)\n}","lang":"go","description":"Decode a QR code from an image file."},"warnings":[{"fix":"Consider using github.com/makiuchi-d/gozxing or github.com/boombuler/barcode as alternatives.","message":"This library is no longer actively maintained and may have issues with newer Go versions.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'barcod':16 'code':2,10 'decod':8,14 'go':5 'imag':12,15 'librari':6 'qr':1,9 'qrcode':13 'reader':3","created_at":"2026-06-15T07:38:07.695508+00:00","updated_at":"2026-06-15T07:38:07.695508+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/tuotoo/qrcode","github":"https://github.com/tuotoo/qrcode","docs":"https://pkg.go.dev/github.com/tuotoo/qrcode#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-15","next_check":"2026-12-12","install_tag":null}}