All Projects → deluan → lookup

deluan / lookup

Licence: MIT License
🔍 Pure Go implementation of fast image search and simple OCR, focused on reading info from screenshots

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to lookup

Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+2311.43%)
Mutual labels:  ocr, image-recognition
ocr
Simple app to extract text from pictures using Tesseract
Stars: ✭ 98 (+180%)
Mutual labels:  ocr, image-recognition
Ocr
The Best Image OCR SDK For BAT
Stars: ✭ 173 (+394.29%)
Mutual labels:  ocr, image-recognition
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-48.57%)
Mutual labels:  ocr, image-recognition
Php-Google-Vision-Api
Google Vision Api for PHP (https://cloud.google.com/vision/)
Stars: ✭ 61 (+74.29%)
Mutual labels:  ocr, image-recognition
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+80%)
Mutual labels:  image-recognition
auto-tagging-image-search
A back-end service that tags images automatically using Google-Vision and translate tags so you can search these images by tags in two languages.
Stars: ✭ 17 (-51.43%)
Mutual labels:  image-recognition
DAVAR-Lab-OCR
OCR toolbox from Davar-Lab
Stars: ✭ 402 (+1048.57%)
Mutual labels:  ocr
IdCardRecognition
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Stars: ✭ 35 (+0%)
Mutual labels:  ocr
cordova-plugin-tesseract
Cordova Plugin for OCR process using Tesseract
Stars: ✭ 70 (+100%)
Mutual labels:  ocr
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+128.57%)
Mutual labels:  image-recognition
R2CNN
caffe re-implementation of R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection
Stars: ✭ 80 (+128.57%)
Mutual labels:  ocr
labelReader
Programmatically find and read labels using Machine Learning
Stars: ✭ 44 (+25.71%)
Mutual labels:  ocr
Sign-Language-App
Training a model to recognize Sign Language then running inference on the Webcam
Stars: ✭ 25 (-28.57%)
Mutual labels:  image-recognition
Smart container
🍰🍎ColugoMum--Intelligent Retail Settlement Platform can accurately locate and identify each commodity, and can return a complete shopping list and the actual total price of commodities that customers should pay.
Stars: ✭ 141 (+302.86%)
Mutual labels:  image-recognition
ScreencapToTextBot
Reddit bot that takes the screencap of a conversation and converts it in reddit formatted text
Stars: ✭ 12 (-65.71%)
Mutual labels:  ocr
TesseractStudio.Net
A free Windows graphical interface to the Tesseract 4.0 OCR engine.
Stars: ✭ 38 (+8.57%)
Mutual labels:  ocr
gazou
Japanese OCR for Linux & Windows
Stars: ✭ 32 (-8.57%)
Mutual labels:  ocr
polling-station-app
Voting station app to redeem the suffrage on the blockchain using a machine readable travel document.
Stars: ✭ 39 (+11.43%)
Mutual labels:  ocr
robotframework-imagehorizonlibrary
Cross-platform Robot Framework library for GUI automation based on image recognition
Stars: ✭ 67 (+91.43%)
Mutual labels:  image-recognition

Lookup

GitHub tag (latest SemVer) Documentation Build Status Go Report Card Coverage Maintainability

It is a nice, simple and fast library which helps you to lookup objects on a screen. It also includes OCR functionality. Using Lookup you can do OCR tricks like recognizing any information in your Robot application. Which can be useful for debugging or automating things.

This library is a port of the Java Lookup library to GoLang. Details of NCC (Normalized Cross Correlation), used by this library, can be found in the original library's 'docs' folder (a lot of math).

Usage

Add this library to your project with:

go get github.com/deluan/lookup

To learn how to use it, take a look at the example files for Lookup and OCR. All images used in the examples are available in the testdata folder. For more details check the full documentation.

To Do:

  • Add basic LookUp function
  • Implement OCR
  • Optimize for speed
  • Clean-up API
  • Better docs
  • Implement Scaling
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].