Git Product home page Git Product logo

businesscardreader's Introduction

BusinessCardReader

Computer vision final project to find and extract information from business cards.

Proposal

Batbouta-Gunderson CV Final Project Proposal Aaron Gunderson & Andrew Batbouta April 2015

Overview

The application of computer vision that we will be exploring is extracting contact info from business cards. Our software will ideally take in camera images for business cards. Find the card and transform it so that it is aligned parallel to the viewing plane. This will be done by taking Hough Line Transforms to outline the card. Processing will then be done to increase contrast. To find the text we will apply an algorithm like the Canny Edge Detector to find the text edges. And then group text by finding rectangular regions of interest. Once a region has been isolated it will be run through OCR and the returned text will be matched to business card fields. Checks will be done to find if the quality of a card is sufficient enough to extract text. One check that could be done is seeing if an image is sharp enough to extract text from by checking the gradient magnitude.

Sources

One great set of images we found was from Stanford and available here. This data is originally part of a collection of data sets for image search with smartphone photos. It provides 100 business cards of varying styles and languages with 5 versions of each business card. One version is a scanned high contrast and then the other 4 are of various orientations and blur levels taken with a Droid, E63, Palm, and a Canon. Business cards can also be sourced for extra test cases and examples with relative ease and minimal effort.

Helpful Software

Tesseract is open source software maintained by Google that will be helpful for reading the text once we have the text chunks extracted from the card. This will make the difficult job of reading text much easier. Instead we can focus on making a robust system that can handle variations of cards and varying camera conditions and make them readable to the OCR. Then after running through OCR we should be able to associate fields with standard business card fields.

businesscardreader's People

Contributors

agundy avatar batboa avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.