Differences between revisions 2 and 3
Revision 2 as of 2009-05-10 16:44:31
Size: 1591
Editor: JoaquimRocha
Comment:
Revision 3 as of 2009-11-06 12:27:24
Size: 1656
Editor: JoaquimRocha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
'''OCRFeeder''' is currently hosted by Google Code:
   * [[http://code.google.com/p/ocrfeeder/]]
Source repository is on Gitorious:
   * [[http://gitorious.org/ocrfeeder/ocrfeeder]]

Releases packages and bug tracker is on Google Code:
   * [[http://code.google.com/p/ocrfeeder/downloads/list]]
Line 26: Line 29:
'''Tarball Releases''' (latest version: 0.1-beta) '''Debian and tarball packages'''
Line 33: Line 36:
svn checkout http://ocrfeeder.googlecode.com/svn/trunk/ ocrfeeder-read-only git clone git://gitorious.org/ocrfeeder/ocrfeeder.git
Line 39: Line 42:
   * [[http://code.google.com/p/ocrfeeder/source/browse/trunk/README]]    * [[http://gitorious.org/ocrfeeder/ocrfeeder/blobs/master/README]]

Overview

OCRFeeder is a document layout analysis and optical character recognition system.

Given the images it will automatically outline its contents, distinguish between what's graphics and text and perform OCR over the latter. It generates multiple formats being its main one ODT.

It features a complete GTK graphical user interface that allows the users to correct any unrecognized characters, defined or correct bounding boxes, set paragraph styles, clean the input images, import PDFs, save and load the project, export everything to multiple formats, etc. OCRFeeder was developed as the project of the Master's Thesis in Computer Science of Joaquim Rocha.

Current Status

Screencast

Screenshots

Where Do I Get It

Source repository is on Gitorious:

Releases packages and bug tracker is on Google Code:

Download

Debian and tarball packages

Show Me The Code

You can checkout the latest sources doing the following:

git clone git://gitorious.org/ocrfeeder/ocrfeeder.git

How Do I Use It

Please visit the link below to read OCRFeeder's README:


CategoryOffice

Apps/OCRFeeder (last edited 2020-01-10 14:11:24 by AndreKlapper)