Giter VIP home page Giter VIP logo

marks_based_ocr-good's Introduction

Marks Based OCR
===============
Relatively complete document image analysis system that largely ignores image 
information during the classification stage.  Instead relies on contextual and 
language cues.

Developed by Scott Leishman for research purposes while attending U of T.


1. INSTALLING
-------------

1.1 - Requirements
------------------

* Matlab 7 or higher  (earlier versions won't work due to use of imview and
                       find(...'first') etc.)

1.2 - Notes
-----------

* Copy all files (and subdirs) in this directory to some location on the users
  computer (note this location -- we'll denote it INS_PATH).

* Add the following lines to your ~/matlab/startup.m (or type it from the
  Matlab command prompt):

  global MOCR_PATH;
  MOCR_PATH = 'INS_PATH';
  addpath(MOCR_PATH);
  marks_ocr_init;


(where INS_PATH is replaced by the actual path to where the files and subdirs
 were installed)


2. Configuration
----------------

Typically, modifiable parameters are found at the top of key files before
being passed on to other functions as neccessary.  Descriptions of each 
parameter are located within such a file and sensible defaults are already
defined.

* for clustering and connected components, see cluster/cluster_comps.m

* for line finding, see util/get_lines.m

* ...


3. Running
----------
* There are 3 main tasks: creating training data, clustering components of 
  file images and constructing a language model from them, and performing ocr
  on lines of training data, given a constructed language model.

* To create new training cases, the following commands are useful:

* ...

marks_based_ocr-good's People

Contributors

scttl avatar

Watchers

James Cloos avatar  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.