Archive for the ‘odf’ Category

Easily install OCRFeeder

Sunday, June 28th, 2009

I’ve just created and pushed a setup.py script to let you easily install OCRFeeder.

Setuptools are really a great tool and although it was the first time I used them, it was so straightforward!
Now, to install OCRFeeder all you have to do is to download it:

$ sudo python setup.py install

Awesome!

I’ll try to have it on PyPI soon as well so it gets even easier for everyone to use my OCR project.
Stay tuned!

OCRFeeder’s first tarball release

Sunday, May 10th, 2009

Hi folks,

I’m happy to announce the first OCRFeeder‘s tarball release.
Because not all of you are programmers and a packaged release makes more sense to you, today I did it.

I wanted to have done this longer ago but there was some bugs (simple but annoying ones)  that I wanted to have fixed before a tarball release.

This first tarball represents the version 0.1-beta. Although named like that, don’t fear and go try it and report bugs/improvements.
Why the beta on top of such a low version number? Because I wanted to make sure that it was “runnable” in most computers out there. This means that I haven’t tried to run OCRFeeder from scratch in other boxes but mine.
So, if you’re gonna give it a try, please be so kind to write down every step until you can run it. Then you can fill in bug reports on the project’s Google Code.

Before I released this tarball I fixed the following two bugs:
* All the temporary pictures are now being removed after they’re no longer needed;
* The “Pages to Export” dialog is no longer being shown if there’s only one image/document loaded;

Today I also created an entry for OCRFeeder in GNOME Live as I think the project is related to our favorite DE.

So go on and enjoy OCR made easy on GNOME!

OCRFeeder development

Sunday, March 29th, 2009

Even though I got up later today (don’t really understand why the damn time should change… would we die if there was a fix hour for summer/winter time?) but wanted to do a bit of hacking in OCRFeeder.

So, I did some tiny enhancements that you can check out by updating your SVN repo.

Here you got a couple of screenshots cause everybody loves them:

OCRFeeder         OCRFeeder Unpaper frontend

OCRFeeder Video

Thursday, March 19th, 2009

Everybody loves screencasts, they’re the new screenshots for say.

Here’s a video of OCRFeeder in action so you see what it can do for you.

Enjoy:


OCRFeeder from Joaquim Rocha on Vimeo.

OCRFeeder goes public!

Wednesday, March 18th, 2009

Finally, the first initial commit to a public SVN of my new project — OCRFeeder.

OCRFeeder is an Optical Character Recognition and Document Analysis and Recognition program for GNU/Linux.
It features a complete graphical user interface in GTK but can also be used from the command line for automation purposes.

It is written in Python and was developed as the project for my Master’s Thesis in Computer Science Engineering.

So go on and checkout the project’s source:

  svn checkout http://ocrfeeder.googlecode.com/svn/trunk/ ocrfeeder-read-only

Note this is only an SVN release yet so I get some feedback and the traditional first bug reports.
You can also be part of this project as a developer or a translator, just drop me an email.

I hope this is a good step on the evolution of OCR technologies in GNU/Linux system.

Soon I’ll be adding here a list of features you can find as well as a screencast.

Enjoy!