OCRFeeder 0.8.2 released

Looking at this title gives me a “blast from the past” kind of feeling.
OCRFeeder hasn’t seen a release in 6 years (!), but due to some recent efforts from members of the GNOME community, I decided to dedicate a few late nights to it and here it is the new release finally: version 0.8.2.

I gotta give my special thanks to the community member scx who not only fixed a few important issues and added a couple of quick improvements, but also was patient enough to wait for my delayed reviews last year, and even created the flatpak for OCRFeeder.

Here are a few paragraphs about the changes/status:

Python 3

Perhaps the biggest change in this version is the port to Python 3. Yes, Python 3 has not been a new thing for a while now, but it was never a priority to port the source code to it. An extra incentive for me to do the change though, is that Debian is in the process of nuking Python 2 for good.

One of the good things that Python 3 brings is unicode support by default, so hopefully there will be no more unicode issues in OCRFeeder.

Scanning

One feature that was added a long time ago is the support for importing pages directly from a scanner device. This feature never worked very well, and it’s actually very complicated to have a scanning functionality that includes everything that a user may need.

Luckily, scx has fixed a lot of the issues in the scanning dialog, so at least the intended functionality should be working again.
Still, as I have proposed in the scan discussion. I think that with great apps like GNOME Document Scanner or the eventual development of a scanner portal in flatpak, the extra effort of maintaining a half-baked scanner support is not justified, and thus I am very inclined towards just removing that support.

(No) Future

There are MANY things that I would like to rewrite in OCRFeeder. It has code written more than 11 years ago, by the unexperienced student I was, and I believe I know better now.
However, I don’t see that happening any time soon. My life changed a lot since the last time OCRFeeder was under active development, and I simply don’t have the time nor the motivation to spend hours of my own free time working on it. These days I prefer spending time with my family, playing squash, or working on completely different projects.

I did ask some of the people who contributed from time to time whether they wanted to transition to a maintainor role (with some initial guidance from me), but there was also no time from them (and I of course understand 100%).

OCRFeeder had its spotlight moments, like when it was part of a public initiative by the Andalusian Government to improve accessibility on Linux, or when it featured in magazine articles, etc.
So even though the tone of this section doesn’t sound the most cheerful, it’s also not that of a grievance or regret. I think OCRFeeder is still helpful for some users, and it will likely continue to receive sporadic contributions. Having it on flatpak also means that the effort to get it running in different distros has been dramatically reduced. But I don’t have any plans for reviving it beyond that.

I hope you enjoy OCRFeeder on flatpak, and do get in touch if you want to participate.

OCRFeeder 0.8.1

Taking advantage of the holidays, I have been dedicating some time to my side projects so today I am giving you OCRFeeder version 0.8.1!

The last OCRFeeder version had a very important change which was the port to GObject introspection and I was already expecting a few bugs to pop up here and there. That proved to be true and so this version is mainly about bug fixing.
Specifically there was an issue related to GDK’s threads which caused the application to abort. Besides that, exporting a document or saving/loading a project was not working correctly due to unicode issues (because Python is very nice but working with unicode is sometimes more annoying than it should be, at least in versions prior to Python 3).
Anyway, all that should be working correctly now!

Besides squashing bugs, I also made some long due changes: made the Preferences dialog smaller (by adding its contents to a scrolled window) and migrated the application and engines’ settings to the XDG user configuration folder as opposed to .ocrfeeder.
Yes, I know that I should be using GSettings for the application’s settings by now but there were more critical changes to be done.
Besides a small change in the widgets that set a box’s type (from a radio button style to a non-indicator, grouped pair of buttons), there are no other UI changes but I really like how much more polished OCRFeeder seems with the nice recent GTK+ styles.

ocrfeeder-0.8.1-screenshot

Future

I have a number of ideas to make the application better not only in terms of UI/UX but also in terms of features. The detection algorithm hasn’t been touched for years and I am sure it can be improved not only in terms of performance but also in terms of accuracy.
One cool feature I’d love to see implemented is to have a quick way of translating a document’s contents. This would be helpful e.g. to users living abroad who might need to translate letters to a language they speak.
Nonetheless, as mentioned in my previous post about OCRFeeder, it is indeed not easy to find the time and motivation to dedicate to the project these days with all the work, life and other side projects so I don’t know when I will have time for it again. In that regard, if you want to give me a hand, you’d make me very happy as there is a lot of work to be done.

Happy holidays everyone!

Source tarball
Git
Bugzilla

OCRFeeder 0.8 is out

After a long time without a new release, OCRFeeder 0.8 is out! The previous version was released in February 2013 from another continent 🙂 After that a lot of things happened in my life (very good ones) and I didn’t really have much time to devote to the project.

What’s up?

This version represents one big change: it was ported to GObject Introspection (and thus GTK+ 3)!
This is also related to the delay (because GooCanvas’s GI, a dependency, was not usable in the beginning). Also, after the port started, a few things were deprecated in GTK+ — like Stock items — but this will only be updated on a future release.

I didn’t want many new features in this version as I wanted it to be basically about the port to GI. This way, “eventual” bugs are likely to be about this change and not about unstable new features. I included a small novelty however: support for multi-page TIFF images.
There are, of course, some other small improvements that were developed, as well as a number of bugs that were fixed.

Future

Work, life and other projects make it more and more difficult to find the time to work on OCRFeeder. I would nonetheless be happy to help anyone interested in contributing to it to give the first steps. I believe that OCRFeeder is a useful project and not only for accessibility purposes (although this is a great reason on its own!) so, if you like Python, GTK+, and want to help make this project better, drop me an email.

I need to thank one more time to the awesome GNOME i18n team for keeping OCRFeeder available in many languages and to my dear friend Berto for keeping the Debian package up to date and for the useful bug reports!

Source tarball
Git
Bugzilla