{"id":16812545,"url":"https://github.com/deluan/lookup","last_synced_at":"2025-04-23T17:47:29.775Z","repository":{"id":48322068,"uuid":"209212669","full_name":"deluan/lookup","owner":"deluan","description":":mag: Pure Go implementation of fast image search and simple OCR, focused on reading info from screenshots","archived":false,"fork":false,"pushed_at":"2024-09-29T16:41:12.000Z","size":652,"stargazers_count":95,"open_issues_count":1,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T02:05:48.295Z","etag":null,"topics":["image-matching","image-recognition","ocr","screen-reader","screen-scraping"],"latest_commit_sha":null,"homepage":"https://github.com/deluan/lookup#lookup","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deluan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-18T03:51:35.000Z","updated_at":"2025-01-21T15:14:18.000Z","dependencies_parsed_at":"2024-10-27T11:58:08.564Z","dependency_job_id":"21e33a32-2deb-4cb5-8c11-86d690235d28","html_url":"https://github.com/deluan/lookup","commit_stats":{"total_commits":81,"total_committers":5,"mean_commits":16.2,"dds":0.06172839506172845,"last_synced_commit":"3e525bc6e5cdee6dc4dec37b47eaa6592c2157bc"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deluan%2Flookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deluan%2Flookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deluan%2Flookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deluan%2Flookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deluan","download_url":"https://codeload.github.com/deluan/lookup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250485143,"owners_count":21438367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-matching","image-recognition","ocr","screen-reader","screen-scraping"],"created_at":"2024-10-13T10:22:18.278Z","updated_at":"2025-04-23T17:47:29.751Z","avatar_url":"https://github.com/deluan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lookup\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/deluan/lookup?label=latest)](https://github.com/deluan/lookup/releases)\n[![Documentation](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat)](https://godoc.org/github.com/deluan/lookup)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/deluan/lookup/go.yml?branch=master\u0026logo=github\u0026style=flat-square)](https://github.com/deluan/lookup/actions)\n[![Go Report Card](https://goreportcard.com/badge/github.com/deluan/lookup)](https://goreportcard.com/report/github.com/deluan/lookup)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d4ff0afbc348c6b9291e/maintainability)](https://codeclimate.com/github/deluan/lookup/maintainability)\n\n\nIt is a nice, simple and fast library which helps you to lookup objects on a screen. It also includes \nOCR functionality. Using Lookup you can do OCR tricks like recognizing any information in your Robot\napplication. Which can be useful for debugging or automating things.\n\nThis library is a port of the [Java Lookup library](https://gitlab.com/axet/lookup) \nto GoLang. Details of NCC (Normalized Cross Correlation), used by this library, can be found in the \noriginal library's ['docs'](https://gitlab.com/axet/lookup/tree/master/docs) folder (a lot of math).\n\n### Usage\n\nAdd this library to your project with:\n```shell script\ngo get github.com/deluan/lookup\n```\n\nTo learn how to use it, take a look at the example files for [Lookup](examples_lookup_test.go) and \n[OCR](examples_ocr_test.go). All images used in the examples are available in the [testdata](testdata) folder. \nFor more details check the full [documentation](https://godoc.org/github.com/deluan/lookup).\n\n### To Do:\n- ~~Add basic LookUp function~~\n- ~~Implement OCR~~\n- ~~Optimize for speed~~\n- ~~Clean-up API~~\n- ~~Better docs~~\n- Implement Scaling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeluan%2Flookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeluan%2Flookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeluan%2Flookup/lists"}