<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joaquim Rocha's Web Page &#187; gui</title>
	<atom:link href="http://www.joaquimrocha.com/category/gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joaquimrocha.com</link>
	<description>Linux, technology and art</description>
	<lastBuildDate>Sun, 05 Sep 2010 21:52:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>One more step in OCR with OCRFeeder 0.7</title>
		<link>http://www.joaquimrocha.com/2010/07/30/one-more-step-in-ocr-with-ocrfeeder-0-7/</link>
		<comments>http://www.joaquimrocha.com/2010/07/30/one-more-step-in-ocr-with-ocrfeeder-0-7/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:44:14 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[ocrfeeder]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=486</guid>
		<description><![CDATA[I have been hacking on some new and cool features on OCRFeeder for a while and now it is time to show them to the world in a new release.
These features I&#8217;m talking about fall mainly in 2 areas: improving the a11y of the UI and improving the recognition of documents.
A11y Improvement
The improvement of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have been hacking on some new and cool features on <a href="http://live.gnome.org/OCRFeeder" target="_blank">OCRFeeder</a> for a while and now it is time to show them to the world in a new release.</p>
<p>These features I&#8217;m talking about fall mainly in 2 areas: improving the a11y of the UI and improving the recognition of documents.</p>
<p><strong>A11y Improvement</strong></p>
<p>The improvement of the a11y has the typical UI changes to include mnemonics, missing labels and relations, but also other approaches that have more to do with UX like using a progress dialog to inform users that time-taking operations are being carried. This means that now, the PDF importation and OCR won&#8217;t block the UI.<br />
Other changes in this category were the navigation through the content boxes (before, these could only be selected by clicking on them), the selection of all boxes and the deletion of selected boxes.</p>
<p>The following screenshot shows the box editor area of OCRFeeder with its mnemonics highlighted:</p>
<div id="attachment_508" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_a11y1.png"><img class="size-medium wp-image-508" title="ocrfeeder_a11y" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_a11y1-150x300.png" alt="Box edition area" width="150" height="300" /></a><p class="wp-caption-text">Box edition area</p></div>
<p><strong>Recognition Improvements</strong></p>
<p>Sometimes, text columns are so close to each other that they end up being recognized as a single paragraph, so I added a post-detection method to solve this issue. This feature is optional and can be toggled from the Preferences dialog.</p>
<p>Here&#8217;s an example of the difference it makes:</p>
<div id="attachment_503" class="wp-caption aligncenter" style="width: 229px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_no_columns1.png"><img class="size-medium wp-image-503" title="ocrfeeder_no_columns" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_no_columns1-219x300.png" alt="Before columns' detection improvements" width="219" height="300" /></a><p class="wp-caption-text">Before columns&#39; detection improvements</p></div>
<div id="attachment_504" class="wp-caption aligncenter" style="width: 230px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_columns1.png"><img class="size-medium wp-image-504" title="ocrfeeder_columns" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_columns1-220x300.png" alt="After columns' detection improvements" width="220" height="300" /></a><p class="wp-caption-text">After columns&#39; detection improvements</p></div>
<p>Scanned document images are usually skewed and this makes it more difficult for the contents to be successfully detected and &#8220;OCRed&#8221;. I decided to implement an algorithm to deskew these images. The algorithm uses the <a href="http://en.wikipedia.org/wiki/Hough_transform" target="_blank">Hough transform</a> to try to find lines in the image and their angles and, while it is a bit slow, it works well:</p>
<div id="attachment_509" class="wp-caption aligncenter" style="width: 201px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_skewed1.png"><img class="size-medium wp-image-509" title="ocrfeeder_skewed" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_skewed1-191x300.png" alt="Skewed image" width="191" height="300" /></a><p class="wp-caption-text">Skewed image</p></div>
<div id="attachment_510" class="wp-caption aligncenter" style="width: 201px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_deskewed1.png"><img class="size-medium wp-image-510" title="ocrfeeder_deskewed" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_deskewed1-191x300.png" alt="Deskewed image" width="191" height="300" /></a><p class="wp-caption-text">Deskewed image</p></div>
<p>This action can be used in a loaded image but can also be configured to be automatically performed before the images are added. The Unpaper tool can now also be set to be clean images before adding them.<br />
This makes it much easier to successfully recognize images obtained from a scanner device.</p>
<p>Some fine tunning of the content boxes&#8217; bounds was done by trying to shorten their margins, that is, lowering the distance between the boxes and their actual contents.</p>
<p>The font size recognition was also tweaked to solve the problem of having paragraphs with initials (you know, the huge starting characters) which were influencing the whole paragraphs&#8217; font size.</p>
<p>To finish the recognition&#8217;s improvements, I have added an optional action to find and fix the text&#8217;s line breaks. Usually, OCR engines don&#8217;t consider &#8220;semantic line-breaks&#8221;, that is, OCR engines always insert a newline in the end of each line.<br />
Using some regular expressions, I try to find these &#8220;fake&#8221; line-breaks and recover the original flow of the text. Like some of the features mentioned above, this one can also be turned on/off from the Preferences dialog.</p>
<p>Here&#8217;s how the Preferences dialog looks like now:</p>
<p><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog1.png"><img class="aligncenter size-medium wp-image-511" title="Preferences_dialog" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog1-263x300.png" alt="Preferences_dialog" width="263" height="300" /></a></p>
<p><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog_recognition1.png"><img class="aligncenter size-medium wp-image-512" title="Preferences_dialog_recognition" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog_recognition1-263x300.png" alt="Preferences_dialog_recognition" width="263" height="300" /></a></p>
<p>To finish, images can now be dragged and dropped onto the pages&#8217; area and the mouse wheel can be used to scroll horizontally combining it with the Shift key, thanks to Stefan Löffler, and of course, several bugs were corrected and code was improved.</p>
<p>As you see, this is a &#8220;rich&#8221; new version of OCRFeeder that keeps being the easiest way to use OCR in a desktop. You are welcome to file bugs in <a href="bugzilla.gnome.org/" target="_blank">bugzilla</a> or to send patches and features&#8217; requests to its <a href="http://mail.gnome.org/mailman/listinfo/ocrfeeder-list" target="_blank">mailing list</a> or approaching me if you&#8217;re in <a href="http://www.guadec.org" target="_blank">GUADEC</a>.</p>
<p>Download: <a href="http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.7" target="_blank">OCRFeeder 0.7 tarball on GNOME FTP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/07/30/one-more-step-in-ocr-with-ocrfeeder-0-7/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Grilo powered Rhythmbox</title>
		<link>http://www.joaquimrocha.com/2010/06/02/grilo-powered-rhythmbox/</link>
		<comments>http://www.joaquimrocha.com/2010/06/02/grilo-powered-rhythmbox/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 11:42:09 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=394</guid>
		<description><![CDATA[Grilo is getting really interesting and one of its newest nice things is the DBUS interface Juan has been working on lately.
This DBUS interface is currently known as Rygel-Grilo (it was originally intended to be a source for Rygel) and uses the MediaServerSpec to allow developers to retrieve the media objects Grilo provides.
Since there aren&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://live.gnome.org/Grilo" target="_blank">Grilo</a> is getting really interesting and one of its newest nice things is the DBUS interface <a title="Juan Suarez's blog" href="http://blogs.igalia.com/jasuarez/" target="_blank">Juan</a> has been working on lately.</p>
<p>This DBUS interface is currently known as <a href="http://live.gnome.org/Grilo#Grilo_feeding_Rygel" target="_blank">Rygel-Grilo</a> (it was originally intended to be a source for Rygel) and uses the <a title="MediaServerSpec" href="http://live.gnome.org/Rygel/MediaServerSpec" target="_blank">MediaServerSpec</a> to allow developers to retrieve the media objects Grilo provides.</p>
<p>Since there aren&#8217;t still Python bindings for Grilo, I decided to use the Rygel-Grilo to be able to use Grilo from Python.<br />
So I developed a <a title="Rhythmbox" href="http://projects.gnome.org/rhythmbox/" target="_blank">Rhythmbox</a> plugin that shows every MediaServer1 object available and lets the use browse through the contents of these. Needless to say, although this plugin provides a very generic basic and usage, it&#8217;s easy to see how applications like Rhythmbox could be using Grilo to get their media.<br />
<em>The philosophy is:</em> Grilo gives you content, GStreamer plays that content, and you&#8217;re free to focus in the rest of your app&#8217;s details.</p>
<p>Here&#8217;s a video of Rygel-Grilo and the Rhythmbox MediaServer1 plugin in action:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12093435&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=12093435&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/12093435">Grilo MediaServer1 Rhythmbox Plugin</a> from <a href="http://vimeo.com/user1454556">Joaquim Rocha</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>You can find this plugin under the <a href="http://gitorious.org/mediaserver1-plugins" target="_blank">MediaServer1 Plugins</a> project on Gitorious.</p>
<p>Juan did also developed a cool plugin for <a title="Totem" href="http://projects.gnome.org/totem/" target="_blank">Totem</a> similar to this one. Take a look at <a title="Post about Grilo MediaServer1 plugin for Totem" href="http://blogs.igalia.com/jasuarez/2010/06/02/rygel-and-grilo-dating-together/" target="_blank">this post</a> to see the plugin working and a more detailed explanation of what Rygel-Grilo is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/06/02/grilo-powered-rhythmbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SeriesFinale v0.6 AKA &#8220;Xmas Comes Earlier&#8221; edition</title>
		<link>http://www.joaquimrocha.com/2010/05/11/seriesfinale-v0-6-aka-xmas-comes-earlier-edition/</link>
		<comments>http://www.joaquimrocha.com/2010/05/11/seriesfinale-v0-6-aka-xmas-comes-earlier-edition/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:21:12 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gtk]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[hildon]]></category>
		<category><![CDATA[igalia]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[seriesfinale]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=374</guid>
		<description><![CDATA[It&#8217;s been a while since last SeriesFinale&#8217;s version and I have been a bit busy meanwhile but still got time, together with Juan, to pull up some nice new features. In the end, we had so many changes and the app felt so smooth that we nicknamed it &#8220;Xmas Comes Earlier&#8221;!
So what can you find [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since last SeriesFinale&#8217;s version and I have been a bit busy meanwhile but still got time, together with <a title="Juan Suarez" href="http://blogs.igalia.com/jasuarez" target="_blank">Juan</a>, to pull up some nice new features. In the end, we had so many changes and the app felt so smooth that we nicknamed it &#8220;Xmas Comes Earlier&#8221;!</p>
<p>So what can you find in this new version?</p>
<p>* The covers are now downloaded in the background which allows users to keep  using the application and improves idle times when adding/updating  shows.<br />
* No more database deletions. Many people complained that sometimes it would suddenly delete all the database. We have now introduced a few verifications that make it harder for the database to be deleted unless you do it yourself.<br />
* The format of the JSON of the database and the way the serialization is done is now faster which allows faster load and save times.<br />
* The impossibility to delete shows is also fixed.<br />
* No more problems with characters like &amp; on the episodes and shows&#8217; names.<br />
* Already added shows are now marked with color when searching for shows.<br />
* The highlight of episodes is now fixed, when marking them.<br />
* A new logo that works in a black background has been added.<br />
* Images are now downloaded to temporary files which allows a safer assignment to the shows/seasons.<br />
* The images are now deleted if it&#8217;s not being used anymore (when shows are deleted), and are not downloaded more than once (when a show is added twice).<br />
* The removal of the application now deletes the images folder.<br />
* AUTHORS, README and THANKS files were added to the package.<br />
* Translations were updated.<br />
* The search dialog now allows you to search shows in a chosen language.<br />
* The About dialog was added.  Here are a few screenshots:</p>
<div id="attachment_376" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/no_covers.png"><img class="size-medium wp-image-376" title="Shows when no cover has been added" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/no_covers-300x182.png" alt="Shows when no cover has been added" width="300" height="182" /></a><p class="wp-caption-text">Shows when no cover has been added</p></div>
<div id="attachment_377" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/downloading_covers.png"><img class="size-medium wp-image-377" title="Temporary image when downloading cover" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/downloading_covers-300x182.png" alt="Temporary image when downloading cover" width="300" height="182" /></a><p class="wp-caption-text">Temporary image when downloading cover</p></div>
<div id="attachment_378" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/search_dialog.png"><img class="size-medium wp-image-378" title="Search dialog with Language choices" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/search_dialog-300x182.png" alt="Search dialog with Language choices" width="300" height="182" /></a><p class="wp-caption-text">Search dialog with Language choices</p></div>
<div id="attachment_379" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/about_dialog.png"><img class="size-medium wp-image-379" title="About dialog" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/about_dialog-300x182.png" alt="About dialog" width="300" height="182" /></a><p class="wp-caption-text">About dialog</p></div>
<p>Two other things that are new are the creation of two mailing lists for SeriesFinale:<br />
<a title="SF General ML" href="https://garage.maemo.org/mailman/listinfo/seriesfinale-general" target="_blank">seriesfinale-general</a> for general discussion, help and feature requests<br />
<a title="SF Development ML" href="https://garage.maemo.org/mailman/listinfo/seriesfinale-development" target="_blank">seriesfinale-development</a> for discussions related to features development and bug tracking</p>
<p>You should be able to upgrade SeriesFinale from the extras-devel repository. I&#8217;ll promote it extras later.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/05/11/seriesfinale-v0-6-aka-xmas-comes-earlier-edition/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SeriesFinale 0.5 AKA Supa-Dupa Edition released</title>
		<link>http://www.joaquimrocha.com/2010/03/29/seriesfinale-0-5-aka-supa-dupa-edition-released/</link>
		<comments>http://www.joaquimrocha.com/2010/03/29/seriesfinale-0-5-aka-supa-dupa-edition-released/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:14:54 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gtk]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[hildon]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[seriesfinale]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=319</guid>
		<description><![CDATA[For those who didn&#8217;t notice, last week SeriesFinale finally got promoted to Extras which are very good news and now SeriesFinale 0.5 has been just released!
Why is this edition so special? Because it will from now on retrieve images for the shows and its seasons.
This morning I finally took the time to check how to [...]]]></description>
			<content:encoded><![CDATA[<p>For those who didn&#8217;t notice, last week SeriesFinale finally got <a title="SeriesFinale Application" href="http://maemo.org/downloads/product/6de94cea369b11df884eedf335f5ad82ad82/" target="_blank">promoted to Extras</a> which are very good news and now SeriesFinale 0.5 has been just released!</p>
<p>Why is this edition so special? Because it will from now on retrieve images for the shows and its seasons.<br />
This morning I finally took the time to check how to retrieve those and I really like the way SeriesFinale looks like now. Of course, this means that the next shows update you do will start retrieving all the images for your shows and seasons which might take, let&#8217;s say, a while. Still, don&#8217;t worry because once it gets the images, next time you update, only the general information will be retrieved.</p>
<p>I&#8217;ve also fixed the slowness when panning the different content views. Panning should now be much more fluid.</p>
<p>Another good thing in this edition is that the tiny episodes&#8217; checkbox still looks tiny but it&#8217;s in fact larger and this means you can much more easily tap on it to mark episodes.</p>
<p><a title="Juan" href="http://blogs.igalia.com/jasuarez/" target="_blank">Juan</a>, the maintainer of the Diablo version and a colleague of mine at <a title="Igalia" href="http://www.igalia.com" target="_blank">Igalia</a>, sent patches for including the season number together with the episode number, so it shows like &#8220;2&#215;05&#8243; which is more useful than just the episode&#8217;s number.<br />
He also pointed a bug when adding a show  manually, which got fixed for this release as well.</p>
<p>Here are a couple of screenshots showing what you&#8217;ll see soon (I just finished sending the packages to the server) in your favorite mobile phone:</p>
<div id="attachment_320" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/03/seriesfinale_art.png"><img class="size-medium wp-image-320" title="seriesfinale_art" src="http://www.joaquimrocha.com/wp-content/uploads/2010/03/seriesfinale_art-300x180.png" alt="SeriesFinale with shows' art" width="300" height="180" /></a><p class="wp-caption-text">SeriesFinale with shows&#39; art</p></div><br />
<div id="attachment_321" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/03/seriesfinale_season_art.png"><img class="size-medium wp-image-321" title="seriesfinale_season_art" src="http://www.joaquimrocha.com/wp-content/uploads/2010/03/seriesfinale_season_art-300x180.png" alt="SeriesFinale with seasons' art" width="300" height="180" /></a><p class="wp-caption-text">SeriesFinale with seasons&#39; art</p></div>
<h6>(I didn&#8217;t have time to update or integrate any translations in this version but I&#8217;m planning to have it done for the next one so I apologize for any inconvenience.)</h6>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/03/29/seriesfinale-0-5-aka-supa-dupa-edition-released/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>OCRFeeder version 0.6.5</title>
		<link>http://www.joaquimrocha.com/2010/03/24/ocrfeeder-version-0-6-5/</link>
		<comments>http://www.joaquimrocha.com/2010/03/24/ocrfeeder-version-0-6-5/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 21:59:46 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[ocrfeeder]]></category>
		<category><![CDATA[odf]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=311</guid>
		<description><![CDATA[I have just released OCRFeeder version 0.6.5!
Here are the main changes in this version:
* Importing PDF files is now faster
* The OCR engines manager dialog now allows to detect and choose to use system-wide OCR engines (this action is also used when the application is started with no engines configured)
* Multiple content areas in OCRFeeder&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released OCRFeeder version 0.6.5!</p>
<p>Here are the main changes in this version:</p>
<p>* Importing PDF files is now faster<br />
* The OCR engines manager dialog now allows to detect and choose to use system-wide OCR engines (this action is also used when the application is started with no engines configured)<br />
* Multiple content areas in OCRFeeder&#8217;s canvas can now be selected using Shift+Click<br />
* Introduces Ctrl+a shortcut to select all content areas in OCRFeeder&#8217;s canvas<br />
* The Tools menu now has the new action &#8220;Recognize Selected Areas&#8221; which will perform the automatic recognition on selected content areas of OCRFeeder&#8217;s canvas</p>
<p>Also, a few bugs were fixed:</p>
<p>* Removed PDF files&#8217; extension from the images generated from them<br />
* Sorts images when adding them from a folder<br />
* Selection areas are now getting selected after creating them<br />
* Fixed problem when quitting the application</p>
<p>(You can also read the <a href="http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.6/ocrfeeder-0.6.5.news" target="_blank">full list of changes</a>)</p>
<div id="attachment_312" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/03/OCRFeeder_recognize_all_areas.png"><img class="size-medium wp-image-312" title="OCRFeeder_recognize_all_areas" src="http://www.joaquimrocha.com/wp-content/uploads/2010/03/OCRFeeder_recognize_all_areas-300x88.png" alt="Recognize All Areas action" width="300" height="88" /></a><p class="wp-caption-text">Recognize All Areas action</p></div>
<p>You can download the new tarball from <a title="GNOME's FTP" href="http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.6/" target="_blank">GNOME&#8217;s FTP</a> or a Debian package from <a title="OCRFeeder deb package" href="http://ocrfeeder.googlecode.com/files/ocrfeeder_0.6.5-1_all.deb" target="_blank">here</a>.</p>
<p>I&#8217;d also would like to thank the <a title="GNOME i18n Team" href="http://www.gnome.org/i18n/" target="_blank">GNOME i18n Team</a> for their work translating OCRFeeder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/03/24/ocrfeeder-version-0-6-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
